6 instantiations of UidPropertyAttribute
PresentationCore (1)
System\Windows\UIElement.cs (1)
66
[
UidProperty
("Uid")]
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
405
result = (_uidPropertyName == null) ? null : new
UidPropertyAttribute
(_uidPropertyName);
System.Xaml.Tests (4)
System\Windows\Markup\UidPropertyAttributeTests.cs (1)
16
var attribute = new
UidPropertyAttribute
(name);
System\Xaml\XamlTypeTests.cs (3)
503
GetCustomAttributesAction = (attributeType, inherit) => new object[] { new
UidPropertyAttribute
("name") }
710
[
UidPropertyAttribute
("uidName")]
718
[
UidPropertyAttribute
(null!)]
8 references to UidPropertyAttribute
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
403
else if (attributeType == typeof(
UidPropertyAttribute
))
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
482
UidPropertyAttribute
upa = item.Attributes[typeof(
UidPropertyAttribute
)] as
UidPropertyAttribute
;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
100
if (attributeType == typeof(
UidPropertyAttribute
))
102
return ((
UidPropertyAttribute
)attributes[0]).Name;
System\Xaml\XamlType.cs (1)
695
attributeType = typeof(
UidPropertyAttribute
);
System.Xaml.Tests (1)
System\Windows\Markup\UidPropertyAttributeTests.cs (1)
16
var
attribute = new UidPropertyAttribute(name);