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