2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
786
add {
_pageCountChanged
+= value; }
787
remove {
_pageCountChanged
-= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
578
if (
_pageCountChanged
!= null)
580
_pageCountChanged
(this, EventArgs.Empty);