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