1 write to _behaviorService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (1)
35_behaviorService = serviceProvider.GetService(typeof(BehaviorService)) as BehaviorService;
3 references to _behaviorService
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (3)
37if (_behaviorService is null) 51_behaviorService.PopBehavior(this); 158_behaviorService.PushCaptureBehavior(this);