6 references to WritingCancelledEventArgs
PresentationFramework (4)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1043
private void HandlePrintCancelled(object sender,
WritingCancelledEventArgs
e)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1070
private void HandlePrintCancelled(object sender,
WritingCancelledEventArgs
e)
System\Windows\Controls\SinglePageViewer.cs (1)
1079
private void HandlePrintCancelled(object sender,
WritingCancelledEventArgs
e)
System\Windows\Documents\Serialization\SerializerWriterEventHandlers.cs (1)
272
WritingCancelledEventArgs
e
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
345
private void HandlePrintCancelled(object sender,
WritingCancelledEventArgs
e)
ReachFramework (1)
SerializerFactory\XpsSerializerWriter.cs (1)
469
private void xsw_WritingCancelled(object sender,
WritingCancelledEventArgs
e)