13 references to ItemBindingGroupProperty
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (1)
7541
SetCurrentValue(
ItemBindingGroupProperty
, _defaultBindingGroup);
System\Windows\Controls\HeaderedItemsControl.cs (1)
513
ClearValue(
ItemBindingGroupProperty
);
System\Windows\Controls\ItemsControl.cs (5)
616
get { return (BindingGroup) GetValue(
ItemBindingGroupProperty
); }
617
set { SetValue(
ItemBindingGroupProperty
, value); }
1360
if (!Helper.HasUnmodifiedDefaultValue(this,
ItemBindingGroupProperty
) &&
1755
Helper.HasDefaultValue(this,
ItemBindingGroupProperty
))
1757
SetValue(
ItemBindingGroupProperty
, itemBindingGroup);
System\Windows\Data\BindingGroup.cs (1)
604
if (_hasMultipleInheritanceContexts && property != ItemsControl.
ItemBindingGroupProperty
&& TraceData.IsEnabled)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1043
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2190
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(category, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
325
RestoreValue(itemsControl, ItemsControl.
ItemBindingGroupProperty
, itemBindingGroup);
1667
new PropertyAndTransferMode () { Property = ItemsControl.
ItemBindingGroupProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
258
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);