5 references to PackagingProgressEventArgs
ReachFramework (5)
Packaging\XpsInterleavingPolicy.cs (5)
311PackagingProgressEvent( this, new PackagingProgressEventArgs( action, 1 ) ); 468PackagingProgressEvent( this, new PackagingProgressEventArgs( PackagingAction.FixedPageCompleted, pageCnt ) ); 472PackagingProgressEvent( this, new PackagingProgressEventArgs( PackagingAction.FixedDocumentCompleted, documentCnt ) ); 476PackagingProgressEvent( this, new PackagingProgressEventArgs( PackagingAction.DocumentSequenceCompleted, 1 ) ); 480PackagingProgressEvent( this, new PackagingProgressEventArgs( PackagingAction.XpsDocumentCommitted, 1 ) );