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