2 writes to _pageCountChanged
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
790add { _pageCountChanged += value; } 791remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
582if (_pageCountChanged != null) 584_pageCountChanged(this, EventArgs.Empty);