6 writes to IsSelectionEnabled
PresentationFramework (6)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
1309DocumentViewerOwner.IsSelectionEnabled = false; 1327DocumentViewerOwner.IsSelectionEnabled = true;
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
2091IsSelectionEnabled = true; 2144IsSelectionEnabled = true;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
704IsSelectionEnabled = false; 1109IsSelectionEnabled = true;
2 references to IsSelectionEnabled
PresentationFramework (2)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
682_printingState.IsSelectionEnabled = IsSelectionEnabled; 702if (IsSelectionEnabled)