3 writes to ContextMenu
PresentationFramework (1)
System\Windows\Controls\DocumentViewer.cs (1)
293this.ContextMenu = null;
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
576this.ContextMenu = ScrollViewer.ContextMenu; 589this.ContextMenu = null;
7 references to ContextMenu
PresentationFramework (6)
MS\Internal\Documents\DocumentGridContextMenu.cs (3)
86if (documentGrid.DocumentViewerOwner.ContextMenu != null || documentGrid.DocumentViewerOwner.ScrollViewer.ContextMenu != null) 90contextMenu = documentGrid.ContextMenu;
MS\Internal\Documents\DocumentViewerHelper.cs (1)
375cm = viewer.ContextMenu;
System\Windows\Controls\DocumentViewer.cs (1)
291if (this.ContextMenu == null)
System\windows\Documents\TextEditorContextMenu.cs (1)
136contextMenu = This.UiScope.ContextMenu;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
576this.ContextMenu = ScrollViewer.ContextMenu;