1 override of OnIsGroupingChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
4076
internal override void
OnIsGroupingChanged
(DependencyPropertyChangedEventArgs e)
2 references to OnIsGroupingChanged
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
4078
base.
OnIsGroupingChanged
(e);
System\Windows\Controls\ItemsControl.cs (1)
914
((ItemsControl)d).
OnIsGroupingChanged
(e);