3 references to PageCountProperty
PresentationFramework (3)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
515if (e.Property == PageCountProperty || e.Property == MasterPageNumberProperty || 525if (e.Property == PageCountProperty)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
205get { return (int) GetValue(PageCountProperty); }