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