3 writes to _splitContainerSelected
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\SplitContainerDesigner.cs (3)
399
_splitContainerSelected
= false;
412
_splitContainerSelected
= false;
419
_splitContainerSelected
= true; // This is for HitTest purposes
2 references to _splitContainerSelected
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SplitContainerDesigner.cs (2)
189
protected override bool GetHitTest(Point point) => !(InheritanceAttribute == InheritanceAttribute.InheritedReadOnly) &&
_splitContainerSelected
;
289
if (
_splitContainerSelected
)