3 references to BindingGroupName
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingBase.cs (3)
155
get { return (string)GetValue(Feature.
BindingGroupName
, String.Empty); }
156
set { CheckSealed(); SetValue(Feature.
BindingGroupName
, value, String.Empty); }
481
CopyValue(Feature.
BindingGroupName
, clone);