1 write to _useAsynchronous
PresentationFramework (1)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
667set { _useAsynchronous = value; }
2 references to _useAsynchronous
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
271if (_useAsynchronous) 666get { return _useAsynchronous; }