2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
667_printingState = new FlowDocumentPrintingState 1114_printingState = null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
653if (_printingState != null) 724if (_printingState != null) 726_printingState.XpsDocumentWriter.CancelAsync(); 939get { return (_printingState != null); } 961if (this.Document != null && _printingState == null) 1088if (_printingState != null) 1098if (_printingState.IsSelectionEnabled) 1107_printingState.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted); 1108_printingState.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled); 1111((FlowDocument)Document).PagePadding = _printingState.PagePadding; 1112Document.DocumentPaginator.PageSize = _printingState.PageSize; 1349if (fdpv._printingState != null)