2 instantiations of Set
PresentationFramework (2)
src\Framework\MS\Internal\Data\CommitManager.cs (2)
151
Set<BindingGroup> _bindingGroups = new
Set
<BindingGroup>();
152
Set<BindingExpressionBase> _bindings = new
Set
<BindingExpressionBase>();
2 references to Set
PresentationFramework (2)
src\Framework\MS\Internal\Data\CommitManager.cs (2)
151
Set
<BindingGroup> _bindingGroups = new Set<BindingGroup>();
152
Set
<BindingExpressionBase> _bindings = new Set<BindingExpressionBase>();