2 writes to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
436
add {
_pageCountChanged
+= value; }
437
remove {
_pageCountChanged
-= value; }
2 references to _pageCountChanged
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
181
if (
_pageCountChanged
!= null)
183
_pageCountChanged
(this, EventArgs.Empty);