2 writes to _captureBehavior
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
449_captureBehavior = behavior; 472_captureBehavior = null;
8 references to _captureBehavior
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (8)
110internal bool HasCapture => _captureBehavior is not null; 402if (behavior == _captureBehavior) 407if (_captureBehavior is not null) 410Debug.Assert(_captureBehavior is null, "OnLostCapture should have cleared captureBehavior"); 435if (_captureBehavior is not null && _captureBehavior != behavior) 469if (_captureBehavior is not null) 471Behavior b = _captureBehavior;