3 writes to ContextMenu
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
277this.ContextMenu = null;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
559this.ContextMenu = ScrollViewer.ContextMenu; 572this.ContextMenu = null;
7 references to ContextMenu
PresentationFramework (6)
MS\Internal\Documents\DocumentGridContextMenu.cs (3)
77if (documentGrid.DocumentViewerOwner.ContextMenu != null || documentGrid.DocumentViewerOwner.ScrollViewer.ContextMenu != null) 81contextMenu = documentGrid.ContextMenu;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
372cm = viewer.ContextMenu;
System\Windows\Controls\DocumentViewer.cs (1)
275if (this.ContextMenu == null)
System\windows\Documents\TextEditorContextMenu.cs (1)
133contextMenu = This.UiScope.ContextMenu;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
559this.ContextMenu = ScrollViewer.ContextMenu;