2 references to CommandBindingsInternal
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
420
localCommandBindings = ((UIElement)targetElement).
CommandBindingsInternal
;
641
commandBindings = ((UIElement)senderAsDO).
CommandBindingsInternal
;