1 write to _bindings
PresentationUI (1)
MS\Internal\Documents\Application\CommandEnforcer.cs (1)
69
_bindings
= new List<PolicyBinding>(_initialBindCount);
2 references to _bindings
PresentationUI (2)
MS\Internal\Documents\Application\CommandEnforcer.cs (2)
93
_bindings
.Add(bind);
111
foreach (PolicyBinding binding in
_bindings
)