6 references to GetName
PresentationCore (3)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
102return AutomationProperties.GetName(_owner);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
146return (AutomationProperties.GetName(_owner));
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
165return (AutomationProperties.GetName(_owner));
PresentationFramework (2)
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
68string result = AutomationProperties.GetName(this.Owner);
System\Windows\Documents\FixedSOMImage.cs (1)
33_name = AutomationProperties.GetName(o);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1687string apName = AutomationProperties.GetName(_node);