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