1 write to _isStandalone
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
755set { _isStandalone = value; }
1 reference to _isStandalone
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
754get { return _isStandalone; }