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