6 writes to IsSolid
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (6)
151_left.IsSolid = (anchorStyles & AnchorStyles.Left) == AnchorStyles.Left; 152_top.IsSolid = (anchorStyles & AnchorStyles.Top) == AnchorStyles.Top; 153_bottom.IsSolid = (anchorStyles & AnchorStyles.Bottom) == AnchorStyles.Bottom; 154_right.IsSolid = (anchorStyles & AnchorStyles.Right) == AnchorStyles.Right; 260IsSolid = !_solid; 289IsSolid = !_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) 335public override string DefaultAction => ((SpringControl)Owner!).IsSolid 345if (((SpringControl)Owner!).IsSolid)