Implemented interface member:
property
Name
System.Windows.IFrameworkInputElement.Name
6 writes to Name
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (2)
183this.Name = "ViewerContextMenu"; 254menuItem.Name = "ViewerContextMenu_" + command.Name; // does not require localization
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2119fe.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)
198traceBuilder.AppendFormat("'{0}' (Name='{1}')", fe.GetType().Name, fe.Name);
src\Framework\System\Windows\Automation\Peers\DocumentPageViewAutomationPeer.cs (2)
57if (!string.IsNullOrEmpty(owner.Name)) 59result = owner.Name;
src\Framework\System\Windows\Automation\Peers\FrameworkElementAutomationPeer.cs (1)
40result = owner.Name;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12364if (traceList == null && target.Name == _targetName)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
830if (String.Compare(name, fe.Name, StringComparison.OrdinalIgnoreCase) == 0)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
471if ((root != null) && (root.Name == "NavigationBarRoot"))
src\Framework\System\Windows\StyleHelper.cs (3)
1833string label = feContainer.Name; 1873string label = feContainer.Name; 2086string 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)
713if (element != null && element.Name.Equals("PART_EditableTextBox", StringComparison.Ordinal)) 839if (element != null && element.Name.Equals("PART_EditableTextBox", StringComparison.Ordinal)) 853if (element != null && element.Name.Equals("PART_EditableTextBox", StringComparison.Ordinal))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\VisualTreeUtils.cs (1)
59if (container is T && string.Equals( name, ((T)container).Name))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
589cmd => 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)
221Fx.Assert(string.Format(CultureInfo.InvariantCulture, "PlacementTarget must be set in RelativeMode on ExtensionSurface '{0}'", this.Name)); 231Fx.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)
249Fx.Assert(string.Format(CultureInfo.InvariantCulture, "ExtensionWindow '{0}' cannot be used outside ExtensionSurface", this.Name));