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