2 references to PageCountPropertyKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
272
PageCountPropertyKey
.DependencyProperty;
1243
SetValue(
PageCountPropertyKey
, (_document != null) ? _document.DocumentPaginator.PageCount : 0);