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