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)
37
if (
_behaviorService
is null)
51
_behaviorService
.PopBehavior(this);
158
_behaviorService
.PushCaptureBehavior(this);