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