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