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