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