3 references to SetName
Microsoft.VisualStudio.LanguageServices (1)
Utilities\BindableTextBlock.cs (1)
46AutomationProperties.SetName(textBlock, automationTextBuilder.ToString());
PresentationFramework (2)
System\Windows\Documents\FixedElement.cs (2)
258AutomationProperties.SetName(link, (String)this.GetValue(NameProperty)); 307AutomationProperties.SetName(image, (String)this.GetValue(NameProperty));