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