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