2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
786add { _pageCountChanged += value; } 787remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
578if (_pageCountChanged != null) 580_pageCountChanged(this, EventArgs.Empty);