2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
774add { _pageCountChanged += value; } 775remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
566if (_pageCountChanged != null) 568_pageCountChanged(this, EventArgs.Empty);