1 instantiation of DesignerActionKeyboardBehavior
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
739_designerActionKeyboardBehavior = new DesignerActionKeyboardBehavior(_designerActionHost.CurrentPanel, _serviceProvider, _behaviorService);
2 references to DesignerActionKeyboardBehavior
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (2)
30private DesignerActionKeyboardBehavior? _designerActionKeyboardBehavior; // out keyboard behavior 629Debug.Assert(popBehavior is DesignerActionKeyboardBehavior, "behavior returned is of the wrong kind?");