1 write to _useAsynchronous
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
673
set {
_useAsynchronous
= value; }
2 references to _useAsynchronous
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
273
if (
_useAsynchronous
)
672
get { return
_useAsynchronous
; }