4 references to SetName
Microsoft.VisualStudio.LanguageServices (1)
Utilities\BindableTextBlock.cs (1)
46AutomationProperties.SetName(textBlock, automationTextBuilder.ToString());
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\OptionPreviewControl.xaml.cs (1)
40AutomationProperties.SetName(listview, ServicesVSResources.Options);
PresentationFramework (2)
System\Windows\Documents\FixedElement.cs (2)
253AutomationProperties.SetName(link, (String)this.GetValue(NameProperty)); 304AutomationProperties.SetName(image, (String)this.GetValue(NameProperty));