Wpfe

public static DependencyProperty TextProperty = DependencyProperty.Register( nameof(Text), typeof(string), typeof(SolidTextBlock));

Windows Presentation Foundation (WPF) is Microsoft’s modern framework for building rich desktop client applications on Windows. An offshoot technology, code-named “WPF/E” (Windows Presentation Foundation/Everywhere), later became Silverlight. In some historical contexts, “WPFE” (Windows Presentation Foundation Extensible) refers to WPF’s extensibility model. This paper clarifies the terminology, explains the architecture of WPF, and highlights its extensibility features that gave rise to the WPFE concept. explains the architecture of WPF

This is where WPFE solutions usually live or die. explains the architecture of WPF