2 writes to _commandBindings
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1386
_commandBindings
= null;
1399
_commandBindings
= new List<CommandBinding>(6);
3 references to _commandBindings
PresentationFramework (3)
System\Windows\Controls\Frame.cs (3)
1382
foreach (CommandBinding cb in
_commandBindings
)
1397
if (
_commandBindings
== null)
1401
_commandBindings
.Add(b);