9 references to PackagingProgressEvent
ReachFramework (9)
Packaging\XpsInterleavingPolicy.cs (7)
306
if (
PackagingProgressEvent
!= null && action != PackagingAction.None )
308
PackagingProgressEvent
( this, new PackagingProgressEventArgs( action, 1 ) );
461
if (
PackagingProgressEvent
!= null )
465
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.FixedPageCompleted, pageCnt ) );
469
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.FixedDocumentCompleted, documentCnt ) );
473
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.DocumentSequenceCompleted, 1 ) );
477
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.XpsDocumentCommitted, 1 ) );
Serialization\Manager\XpsPackagingPolicy.cs (2)
1398
add{ InterleavingPolicy.
PackagingProgressEvent
+= value; }
1399
remove{ InterleavingPolicy.
PackagingProgressEvent
-= value; }