1 write to _designerActionKeyboardBehavior
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUI.cs (1)
739
_designerActionKeyboardBehavior
= new DesignerActionKeyboardBehavior(_designerActionHost.CurrentPanel, _serviceProvider, _behaviorService);
4 references to _designerActionKeyboardBehavior
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (4)
627
Debug.Assert(
_designerActionKeyboardBehavior
is not null, $"why is {nameof(
_designerActionKeyboardBehavior
)} null?");
628
Behavior? popBehavior = _behaviorService.PopBehavior(
_designerActionKeyboardBehavior
);
740
_behaviorService.PushBehavior(
_designerActionKeyboardBehavior
);