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