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