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