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