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)
307
combobox.SetValue(AutomationProperties.
NameProperty
, ServicesVSResources.Action);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
206
button.SetValue(AutomationProperties.
NameProperty
, automationName);
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
62
element.SetValue(
NameProperty
, value);
72
return ((string)element.GetValue(
NameProperty
));
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (1)
113
AutomationProperties.
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)
1644
new PropertyAndTransferMode() { Property = AutomationProperties.
NameProperty
, Mode = TransferMode.AlwaysTransfer },