6 references to UidProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2938get { return (string)GetValue(UidProperty); } 2939set { SetValue(UidProperty, value); }
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (1)
759else if (dependencyProperty == UIElement.UidProperty)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6809DependencyProperty dp = System.Windows.UIElement.UidProperty;
System\Windows\Markup\BamlRecordReader.cs (1)
3314SetDependencyValue(element, UIElement.UidProperty, bamlDefAttributeRecord.Value);
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
547if (dependencyProperty == UIElement.UidProperty)