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