2 writes to _commandBindings
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1359
_commandBindings
= null;
1372
_commandBindings
= new List<CommandBinding>(6);
3 references to _commandBindings
PresentationFramework (3)
System\Windows\Controls\Frame.cs (3)
1355
foreach (CommandBinding cb in
_commandBindings
)
1370
if (
_commandBindings
== null)
1374
_commandBindings
.Add(b);