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)
189protected override bool GetHitTest(Point point) => !(InheritanceAttribute == InheritanceAttribute.InheritedReadOnly) && _splitContainerSelected; 289if (_splitContainerSelected)