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