2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
789add { _pageCountChanged += value; } 790remove { _pageCountChanged -= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
581if (_pageCountChanged != null) 583_pageCountChanged(this, EventArgs.Empty);