13 references to ItemBindingGroupProperty
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (1)
7582
SetCurrentValue(
ItemBindingGroupProperty
, _defaultBindingGroup);
System\Windows\Controls\HeaderedItemsControl.cs (1)
514
ClearValue(
ItemBindingGroupProperty
);
System\Windows\Controls\ItemsControl.cs (5)
620
get { return (BindingGroup) GetValue(
ItemBindingGroupProperty
); }
621
set { SetValue(
ItemBindingGroupProperty
, value); }
1373
if (!Helper.HasUnmodifiedDefaultValue(this,
ItemBindingGroupProperty
) &&
1783
Helper.HasDefaultValue(this,
ItemBindingGroupProperty
))
1785
SetValue(
ItemBindingGroupProperty
, itemBindingGroup);
System\Windows\Data\BindingGroup.cs (1)
611
if (_hasMultipleInheritanceContexts && property != ItemsControl.
ItemBindingGroupProperty
&& TraceData.IsEnabled)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1050
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2187
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(category, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
322
RestoreValue(itemsControl, ItemsControl.
ItemBindingGroupProperty
, itemBindingGroup);
1688
new PropertyAndTransferMode () { Property = ItemsControl.
ItemBindingGroupProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
259
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);