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