9 references to PackagingProgressEvent
ReachFramework (9)
Packaging\XpsInterleavingPolicy.cs (7)
305
if (
PackagingProgressEvent
!= null && action != PackagingAction.None )
307
PackagingProgressEvent
( this, new PackagingProgressEventArgs( action, 1 ) );
460
if (
PackagingProgressEvent
!= null )
464
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.FixedPageCompleted, pageCnt ) );
468
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.FixedDocumentCompleted, documentCnt ) );
472
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.DocumentSequenceCompleted, 1 ) );
476
PackagingProgressEvent
( this, new PackagingProgressEventArgs( PackagingAction.XpsDocumentCommitted, 1 ) );
Serialization\Manager\XpsPackagingPolicy.cs (2)
1397
add{ InterleavingPolicy.
PackagingProgressEvent
+= value; }
1398
remove{ InterleavingPolicy.
PackagingProgressEvent
-= value; }