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