4 references to MasterPageNumberProperty
PresentationFramework (4)
MS\Internal\Documents\IFlowDocumentViewer.cs (3)
498if (e.Property == PageCountProperty || e.Property == MasterPageNumberProperty || 513else if (e.Property == MasterPageNumberProperty) 855if (e.Property == MasterPageNumberProperty)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
194get { return (int) GetValue(MasterPageNumberProperty); }