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