2 references to BindingGroupProperty
PresentationFramework (2)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
1227
get { return (BindingGroup)GetValue(
BindingGroupProperty
); }
1228
set { SetValue(
BindingGroupProperty
, value); }