8 references to ItemBindingGroupProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7588SetCurrentValue(ItemBindingGroupProperty, _defaultBindingGroup);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
515ClearValue(ItemBindingGroupProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (5)
631get { return (BindingGroup) GetValue(ItemBindingGroupProperty); } 632set { SetValue(ItemBindingGroupProperty, value); } 1386if (!Helper.HasUnmodifiedDefaultValue(this, ItemBindingGroupProperty) && 1795Helper.HasDefaultValue(this, ItemBindingGroupProperty)) 1797SetValue(ItemBindingGroupProperty, itemBindingGroup);
src\Framework\System\Windows\Data\BindingGroup.cs (1)
618if (_hasMultipleInheritanceContexts && property != ItemsControl.ItemBindingGroupProperty && TraceData.IsEnabled)