1 override of StateGroupsRoot
PresentationFramework (1)
System\Windows\Controls\UserControl.cs (1)
61
internal override FrameworkElement
StateGroupsRoot
3 references to StateGroupsRoot
PresentationFramework (3)
System\Windows\Controls\Validation.cs (2)
369
if (fe.
StateGroupsRoot
!= null)
371
groups = VisualStateManager.GetVisualStateGroupsInternal(fe.
StateGroupsRoot
);
System\Windows\VisualStateManager.cs (1)
78
FrameworkElement stateGroupsRoot = control.
StateGroupsRoot
;