2 writes to IsStandalone
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1370scrollBar.IsStandalone = false; 1375scrollBar.IsStandalone = false;
3 references to IsStandalone
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
410if (IsStandalone) { Value = newValue; } 480if (scrollBar.IsStandalone) 647args.CanExecute = ((ScrollBar)target).IsStandalone;