1 override of StateGroupsRoot
PresentationFramework (1)
src\Framework\System\Windows\Controls\UserControl.cs (1)
63
internal override FrameworkElement
StateGroupsRoot
3 references to StateGroupsRoot
PresentationFramework (3)
src\Framework\System\Windows\Controls\Validation.cs (2)
387
if (fe.
StateGroupsRoot
!= null)
389
groups = VisualStateManager.GetVisualStateGroupsInternal(fe.
StateGroupsRoot
);
src\Framework\System\Windows\VisualStateManager.cs (1)
83
FrameworkElement stateGroupsRoot = control.
StateGroupsRoot
;