5 references to PagesChangedEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
655OnPagesChanged(new PagesChangedEventArgs(pageStart, pageCount));
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
784_paginator.NotifyPagesChanged(new PagesChangedEventArgs(firstPage, addedPages)); 868_paginator.NotifyPagesChanged(new PagesChangedEventArgs(pageNumber, args.Count)); 872_paginator.NotifyPagesChanged(new PagesChangedEventArgs(PageCount, int.MaxValue));
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
727_paginator.NotifyPagesChanged(new PagesChangedEventArgs(index, 1));