6 writes to IsSolid
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (6)
158_left.IsSolid = (anchorStyles & AnchorStyles.Left) == AnchorStyles.Left; 159_top.IsSolid = (anchorStyles & AnchorStyles.Top) == AnchorStyles.Top; 160_bottom.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom; 161_right.IsSolid = (anchorStyles & AnchorStyles.Right) == AnchorStyles.Right; 267IsSolid = !_solid; 296IsSolid = !_solid;
6 references to IsSolid
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (6)
47if (_left.IsSolid) 52if (_top.IsSolid) 57if (_bottom.IsSolid) 62if (_right.IsSolid) 342public override string DefaultAction => ((SpringControl)Owner!).IsSolid 352if (((SpringControl)Owner!).IsSolid)