9 references to NameProperty
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
76
SetValue(AutomationProperties.
NameProperty
, viewModel.AutomationName);
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
306
combobox.SetValue(AutomationProperties.
NameProperty
, ServicesVSResources.Action);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
339
button.SetValue(AutomationProperties.
NameProperty
, automationName);
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
61
element.SetValue(
NameProperty
, value);
71
return ((string)element.GetValue(
NameProperty
));
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (1)
112
AutomationProperties.
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)
1623
new PropertyAndTransferMode() { Property = AutomationProperties.
NameProperty
, Mode = TransferMode.AlwaysTransfer },