2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
439add { _pageCountChanged += value; } 440remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
184if (_pageCountChanged != null) 186_pageCountChanged(this, EventArgs.Empty);