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