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