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)
627Debug.Assert(_designerActionKeyboardBehavior is not null, $"why is {nameof(_designerActionKeyboardBehavior)} null?"); 628Behavior? popBehavior = _behaviorService.PopBehavior(_designerActionKeyboardBehavior); 740_behaviorService.PushBehavior(_designerActionKeyboardBehavior);