2 writes to IsSelectionEnabled
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
567
_printingState.
IsSelectionEnabled
= IsSelectionEnabled;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
682
_printingState.
IsSelectionEnabled
= IsSelectionEnabled;
2 references to IsSelectionEnabled
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1071
if (_printingState.
IsSelectionEnabled
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1107
if (_printingState.
IsSelectionEnabled
)