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