2 references to IsGroupingPropertyKey
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
897
public static readonly DependencyProperty IsGroupingProperty =
IsGroupingPropertyKey
.DependencyProperty;
1482
SetValue(
IsGroupingPropertyKey
, BooleanBoxes.Box(isGrouping));