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