2 references to PageCountPropertyKey
PresentationFramework (2)
System\Windows\Controls\FlowDocumentReader.cs (2)
460public static readonly DependencyProperty PageCountProperty = PageCountPropertyKey.DependencyProperty; 1203SetValue(PageCountPropertyKey, (CurrentViewer != null) ? CurrentViewer.PageCount : 0);