5 references to NameProperty
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2060AutomationElementIdentifiers.NameProperty, 2406s_propertyInfo[AutomationElementIdentifiers.NameProperty.Id] = new GetProperty(GetName);
PresentationFramework (2)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
498else if (propertyId == AutomationElementIdentifiers.NameProperty.Id)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
330if (AutomationElementIdentifiers.NameProperty.Id == id)
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
126public static readonly AutomationProperty NameProperty = AutomationElementIdentifiers.NameProperty;