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