2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
424add { _pageCountChanged += value; } 425remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
181if (_pageCountChanged != null) 183_pageCountChanged(this, EventArgs.Empty);