2 writes to IsStandalone
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1369scrollBar.IsStandalone = false; 1374scrollBar.IsStandalone = false;
3 references to IsStandalone
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
409if (IsStandalone) { Value = newValue; } 479if (scrollBar.IsStandalone) 646args.CanExecute = ((ScrollBar)target).IsStandalone;