6 references to UidProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2930get { return (string)GetValue(UidProperty); } 2931set { SetValue(UidProperty, value); }
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (1)
757else if (dependencyProperty == UIElement.UidProperty)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7323DependencyProperty dp = System.Windows.UIElement.UidProperty;
System\Windows\Markup\BamlRecordReader.cs (1)
3306SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value);
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
549if (dependencyProperty == UIElement.UidProperty)