2 writes to _commandBindings
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (2)
1406_commandBindings = null; 1419_commandBindings = new List<CommandBinding>(6);
3 references to _commandBindings
PresentationFramework (3)
src\Framework\System\Windows\Controls\Frame.cs (3)
1402foreach (CommandBinding cb in _commandBindings) 1417if (_commandBindings == null) 1421_commandBindings.Add(b);