5 references to PagesChangedEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
655
OnPagesChanged(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));