2 references to PageNumberPropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
481
public static readonly DependencyProperty PageNumberProperty =
PageNumberPropertyKey
.DependencyProperty;
1219
SetValue(
PageNumberPropertyKey
, (CurrentViewer != null) ? CurrentViewer.PageNumber : 0);