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