Implemented interface member:
property
Name
System.Windows.IFrameworkInputElement.Name
14 writes to Name
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
256
Name
= "PromptBorder",
PresentationFramework (6)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
144
this.
Name
= "ViewerContextMenu";
215
menuItem.
Name
= $"ViewerContextMenu_{command.Name}"; // does not require localization
System\Windows\Controls\DocumentViewer.cs (1)
2015
fe.
Name
= "DocumentGrid";
System\Windows\Controls\FlowDocumentReader.cs (3)
1154
_pageViewer.
Name
= "PageViewer";
1164
_twoPageViewer.
Name
= "TwoPageViewer";
1174
_scrollViewer.
Name
= "ScrollViewer";
PresentationUI (7)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (7)
1090
Name
= _digSigSignMenuItemName,
1097
Name
= _digSigRequestSignersMenuItemName,
1104
Name
= _digSigShowSignatureSummaryMenuItemName,
1127
ZoomComboBox.
Name
= _zoomComboBoxName;
1141
PageTextBox.
Name
= _pageTextBoxName;
1834
Name
= String.IsNullOrEmpty(name) ? String.Empty : name,
2424
canvas.
Name
= fixedPage.Name;
21 references to Name
PresentationFramework (11)
MS\Internal\TraceData.cs (1)
191
traceBuilder.AppendFormat("'{0}' (Name='{1}')", fe.GetType().Name, fe.
Name
);
System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (2)
52
if (!string.IsNullOrEmpty(owner.
Name
))
54
result = owner.
Name
;
System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
29
result = owner.
Name
;
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12496
if (traceList == null && target.
Name
== _targetName)
System\Windows\Documents\TextStore.cs (1)
4977
if (traceList == null && target.
Name
== _targetName)
System\Windows\Navigation\NavigationService.cs (1)
672
if (string.Equals(name, fe.
Name
, StringComparison.OrdinalIgnoreCase))
System\Windows\Navigation\NavigationWindow.cs (1)
424
if ((root != null) && (root.
Name
== "NavigationBarRoot"))
System\Windows\StyleHelper.cs (3)
1824
string label = feContainer.
Name
;
1864
string label = feContainer.
Name
;
2077
string name = (walkNodeIsFE) ? feWalkNode.
Name
: fceWalkNode.Name;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2424
canvas.Name = fixedPage.
Name
;
ReachFramework (5)
Serialization\Manager\ReachSerializationUtils.cs (1)
887
string id = fe.
Name
;
Serialization\VisualTreeFlattener.cs (4)
493
if (fe != null && !String.IsNullOrEmpty(fe.
Name
) &&
504
if (!_nameList.TryGetValue(fe.
Name
, out dummy))
506
nameAttr = fe.
Name
;
507
_nameList.Add(fe.
Name
, 0);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
764
if (group != null && group.
Name
== groupName)
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHostAutomationPeer.cs (1)
30
return _owner.
Name
;
System\Windows\Integration\WindowsFormsHost.cs (2)
476
Debug.WriteLineIf(_traceHandle.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): BuildWindowCore (parent=0x{1:x8})", this.
Name
, hwndParent.Handle.ToInt32()));
1032
Debug.WriteLineIf(WindowsFormsHost._traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')", _host.
Name
, compName, e.AffectedProperty));