3 overrides of DependencyProperty
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
795
public override DependencyProperty
DependencyProperty
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
115
public override DependencyProperty
DependencyProperty
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
191
public override DependencyProperty
DependencyProperty
10 references to DependencyProperty
PresentationFramework (10)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
697
DependencyProperty property = this.
DependencyProperty
;
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
117
get { return _baseProperty.
DependencyProperty
; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (8)
216
if (property.
DependencyProperty
!= null)
217
scope.MakeAddressable(property.
DependencyProperty
.OwnerType);
558
DependencyProperty dependencyProperty = property.
DependencyProperty
;
616
if (property.
DependencyProperty
!= null)
619
scope.MakeAddressable(property.
DependencyProperty
.OwnerType);
717
string dpUri = scope.MakeAddressable(property.
DependencyProperty
.OwnerType);
718
WritePropertyStart(scope.GetPrefixOf(dpUri), property.
DependencyProperty
.OwnerType.Name + "." + property.
DependencyProperty
.Name, dpUri);