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