13 references to ItemBindingGroupProperty
PresentationFramework (8)
System\Windows\Controls\DataGrid.cs (1)
7585
SetCurrentValue(
ItemBindingGroupProperty
, _defaultBindingGroup);
System\Windows\Controls\HeaderedItemsControl.cs (1)
519
ClearValue(
ItemBindingGroupProperty
);
System\Windows\Controls\ItemsControl.cs (5)
629
get { return (BindingGroup) GetValue(
ItemBindingGroupProperty
); }
630
set { SetValue(
ItemBindingGroupProperty
, value); }
1382
if (!Helper.HasUnmodifiedDefaultValue(this,
ItemBindingGroupProperty
) &&
1792
Helper.HasDefaultValue(this,
ItemBindingGroupProperty
))
1794
SetValue(
ItemBindingGroupProperty
, itemBindingGroup);
System\Windows\Data\BindingGroup.cs (1)
616
if (_hasMultipleInheritanceContexts && property != ItemsControl.
ItemBindingGroupProperty
&& TraceData.IsEnabled)
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1053
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2189
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(category, ItemsControl.
ItemBindingGroupProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
327
RestoreValue(itemsControl, ItemsControl.
ItemBindingGroupProperty
, itemBindingGroup);
1693
new PropertyAndTransferMode () { Property = ItemsControl.
ItemBindingGroupProperty
, Mode = TransferMode.AlwaysTransfer },
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
261
var itemBindingGroup = RibbonHelper.GetValueAndValueSource(childItemsControl, ItemsControl.
ItemBindingGroupProperty
);