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)
30
private
DesignerActionKeyboardBehavior
? _designerActionKeyboardBehavior; // out keyboard behavior
629
Debug.Assert(popBehavior is
DesignerActionKeyboardBehavior
, "behavior returned is of the wrong kind?");