2 writes to IsStandalone
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1376scrollBar.IsStandalone = false; 1381scrollBar.IsStandalone = false;
3 references to IsStandalone
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
426if (IsStandalone) { Value = newValue; } 494if (scrollBar.IsStandalone) 661args.CanExecute = ((ScrollBar)target).IsStandalone;