3 references to UidPropertyAttribute
PresentationCore (1)
System\Windows\UIElement.cs (1)
71[UidProperty("Uid")]
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
406result = (_uidPropertyName == null) ? null : new UidPropertyAttribute(_uidPropertyName);
System.Xaml.Tests (1)
System\Windows\Markup\UidPropertyAttributeTests.cs (1)
16var attribute = new UidPropertyAttribute(name);