6 references to UidProperty
PresentationCore (1)
System\Windows\UIElement.cs (1)
67[UidProperty("Uid")]
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
406result = (_uidPropertyName == null) ? null : new UidPropertyAttribute(_uidPropertyName);
System.Xaml.Tests (4)
System\Windows\Markup\UidPropertyAttributeTests.cs (1)
16var attribute = new UidPropertyAttribute(name);
System\Xaml\XamlTypeTests.cs (3)
503GetCustomAttributesAction = (attributeType, inherit) => new object[] { new UidPropertyAttribute("name") } 710[UidPropertyAttribute("uidName")] 718[UidPropertyAttribute(null!)]