1 reference to OnIsGroupingChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
910DependencyProperty.RegisterReadOnly("IsGrouping", typeof(bool), typeof(ItemsControl), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox, new PropertyChangedCallback(OnIsGroupingChanged)));