Implemented interface member:
property
Name
System.Windows.IFrameworkInputElement.Name
6 writes to Name
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (2)
183
this.
Name
= "ViewerContextMenu";
254
menuItem.
Name
= "ViewerContextMenu_" + command.Name; // does not require localization
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2119
fe.
Name
= "DocumentGrid";
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (3)
1176
_pageViewer.
Name
= "PageViewer";
1186
_twoPageViewer.
Name
= "TwoPageViewer";
1196
_scrollViewer.
Name
= "ScrollViewer";
18 references to Name
PresentationFramework (10)
src\Framework\MS\Internal\TraceData.cs (1)
198
traceBuilder.AppendFormat("'{0}' (Name='{1}')", fe.GetType().Name, fe.
Name
);
src\Framework\System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (2)
57
if (!string.IsNullOrEmpty(owner.
Name
))
59
result = owner.
Name
;
src\Framework\System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
40
result = owner.
Name
;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12364
if (traceList == null && target.
Name
== _targetName)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
830
if (String.Compare(name, fe.
Name
, StringComparison.OrdinalIgnoreCase) == 0)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
471
if ((root != null) && (root.
Name
== "NavigationBarRoot"))
src\Framework\System\Windows\StyleHelper.cs (3)
1833
string label = feContainer.
Name
;
1873
string label = feContainer.
Name
;
2086
string name = (walkNodeIsFE) ? feWalkNode.
Name
: fceWalkNode.Name;
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (3)
713
if (element != null && element.
Name
.Equals("PART_EditableTextBox", StringComparison.Ordinal))
839
if (element != null && element.
Name
.Equals("PART_EditableTextBox", StringComparison.Ordinal))
853
if (element != null && element.
Name
.Equals("PART_EditableTextBox", StringComparison.Ordinal))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
59
if (container is T && string.Equals( name, ((T)container).
Name
))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
589
cmd => string.Equals(cmd, null != item.Command && item.Command is RoutedCommand ? ((RoutedCommand)item.Command).Name : item.
Name
)))
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
221
Fx.Assert(string.Format(CultureInfo.InvariantCulture, "PlacementTarget must be set in RelativeMode on ExtensionSurface '{0}'", this.
Name
));
231
Fx.Assert(string.Format(CultureInfo.CurrentCulture, "ExtensionWindowPlacement.Mode {0} specified in ExtensionWindow '{1}' is not supported for ExtensionSurface", mode, window.
Name
));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
249
Fx.Assert(string.Format(CultureInfo.InvariantCulture, "ExtensionWindow '{0}' cannot be used outside ExtensionSurface", this.
Name
));