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