2 writes to _commandBindings
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1358
_commandBindings
= null;
1371
_commandBindings
= new List<CommandBinding>(6);
3 references to _commandBindings
PresentationFramework (3)
System\Windows\Controls\Frame.cs (3)
1354
foreach (CommandBinding cb in
_commandBindings
)
1369
if (
_commandBindings
== null)
1373
_commandBindings
.Add(b);