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