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)
250AutomationProperties.SetName(link, (String)this.GetValue(NameProperty)); 299AutomationProperties.SetName(image, (String)this.GetValue(NameProperty));