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