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