2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
655_printingState = new FlowDocumentPrintingState 1102_printingState = null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
641if (_printingState != null) 712if (_printingState != null) 714_printingState.XpsDocumentWriter.CancelAsync(); 927get { return (_printingState != null); } 949if (this.Document != null && _printingState == null) 1076if (_printingState != null) 1086if (_printingState.IsSelectionEnabled) 1095_printingState.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted); 1096_printingState.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled); 1099((FlowDocument)Document).PagePadding = _printingState.PagePadding; 1100Document.DocumentPaginator.PageSize = _printingState.PageSize; 1337if (fdpv._printingState != null)