9 references to NameProperty
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
76SetValue(AutomationProperties.NameProperty, viewModel.AutomationName);
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
306combobox.SetValue(AutomationProperties.NameProperty, ServicesVSResources.Action);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
339button.SetValue(AutomationProperties.NameProperty, automationName);
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
61element.SetValue(NameProperty, value); 71return ((string)element.GetValue(NameProperty));
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (1)
112AutomationProperties.NameProperty.AddOwner(
System\Windows\Documents\FixedTextBuilder.cs (2)
1436_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.NameProperty))); 1736_currentFixedElement.SetValue(FixedElement.NameProperty, (String) (uiElement.GetValue(AutomationProperties.NameProperty)));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1623new PropertyAndTransferMode() { Property = AutomationProperties.NameProperty, Mode = TransferMode.AlwaysTransfer },