1 override of OnIsGroupingChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4117
internal override void
OnIsGroupingChanged
(DependencyPropertyChangedEventArgs e)
2 references to OnIsGroupingChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4119
base.
OnIsGroupingChanged
(e);
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
932
((ItemsControl)d).
OnIsGroupingChanged
(e);