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