9 references to PackagingProgressEvent
ReachFramework (9)
Packaging\XpsInterleavingPolicy.cs (7)
309if (PackagingProgressEvent != null && action != PackagingAction.None ) 311PackagingProgressEvent( this, new PackagingProgressEventArgs( action, 1 ) ); 464if (PackagingProgressEvent != null ) 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 ) );
Serialization\Manager\XpsPackagingPolicy.cs (2)
1410add{ InterleavingPolicy.PackagingProgressEvent += value; } 1411remove{ InterleavingPolicy.PackagingProgressEvent -= value; }