1 instantiation of DocumentGrid
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
2111_documentScrollInfo = new DocumentGrid();
17 references to DocumentGrid
PresentationFramework (17)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (5)
60EventManager.RegisterClassHandler(typeof(DocumentGrid), 2865DocumentGrid senderGrid = sender as DocumentGrid; 2866DocumentGrid targetGrid = args.TargetObject as DocumentGrid;
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (6)
46EventManager.RegisterClassHandler(typeof(DocumentGrid), FrameworkElement.ContextMenuOpeningEvent, new ContextMenuEventHandler(OnContextMenuOpening)); 90DocumentGrid documentGrid = sender as DocumentGrid; 174internal void AddMenuItems(DocumentGrid dg, bool userInitiated) 231private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg, RoutedUICommand command) 236private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg, RoutedUICommand command, string header, string inputGestureText)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (6)
83if (scope is DocumentGrid) 85_uiScope = ((DocumentGrid)scope).DocumentViewerOwner; 222if (_scope is DocumentGrid && ((DocumentGrid)_scope).DocumentViewerOwner is DocumentApplicationDocumentViewer) 675DocumentGrid mpScope = _scope as DocumentGrid;