6 references to UidProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2946get { return (string)GetValue(UidProperty); } 2947set { SetValue(UidProperty, value); }
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (1)
768else if (dependencyProperty == UIElement.UidProperty)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6811DependencyProperty dp = System.Windows.UIElement.UidProperty;
System\Windows\Markup\BamlRecordReader.cs (1)
3323SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value);
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
554if (dependencyProperty == UIElement.UidProperty)