2 writes to _printingState
PresentationFramework (2)
System\Windows\Controls\SinglePageViewer.cs (2)
668_printingState = new FlowDocumentPrintingState 1115_printingState = null;
12 references to _printingState
PresentationFramework (12)
System\Windows\Controls\SinglePageViewer.cs (12)
654if (_printingState != null) 725if (_printingState != null) 727_printingState.XpsDocumentWriter.CancelAsync(); 940get { return (_printingState != null); } 962if (this.Document != null && _printingState == null) 1089if (_printingState != null) 1099if (_printingState.IsSelectionEnabled) 1108_printingState.XpsDocumentWriter.WritingCompleted -= new WritingCompletedEventHandler(HandlePrintCompleted); 1109_printingState.XpsDocumentWriter.WritingCancelled -= new WritingCancelledEventHandler(HandlePrintCancelled); 1112((FlowDocument)Document).PagePadding = _printingState.PagePadding; 1113Document.DocumentPaginator.PageSize = _printingState.PageSize; 1350if (fdpv._printingState != null)