29 references to IsAnchored
System.Windows.Forms (29)
System\Windows\Forms\Layout\DefaultLayout.cs (29)
180if (IsAnchored(anchors, AnchorStyles.Left)) 184if (IsAnchored(anchors, AnchorStyles.Right)) 193if (IsAnchored(anchors, AnchorStyles.Right)) 207if (IsAnchored(anchors, AnchorStyles.Top)) 209if (IsAnchored(anchors, AnchorStyles.Bottom)) 220if (IsAnchored(anchors, AnchorStyles.Bottom)) 248if (IsAnchored(anchor, AnchorStyles.Right)) 252if (!IsAnchored(anchor, AnchorStyles.Left)) 257else if (!IsAnchored(anchor, AnchorStyles.Left)) 264if (IsAnchored(anchor, AnchorStyles.Bottom)) 268if (!IsAnchored(anchor, AnchorStyles.Top)) 273else if (!IsAnchored(anchor, AnchorStyles.Top)) 760if (IsAnchored(anchor, AnchorStyles.Right)) 766if (!IsAnchored(anchor, AnchorStyles.Left)) 776if (!IsAnchored(anchor, AnchorStyles.Left)) 782else if (!IsAnchored(anchor, AnchorStyles.Left)) 788if (IsAnchored(anchor, AnchorStyles.Bottom)) 796if (!IsAnchored(anchor, AnchorStyles.Top)) 806if (!IsAnchored(anchor, AnchorStyles.Top)) 812else if (!IsAnchored(anchor, AnchorStyles.Top)) 916bool rightReleased = IsAnchored(oldValue, AnchorStyles.Right) && !IsAnchored(value, AnchorStyles.Right); 917bool bottomReleased = IsAnchored(oldValue, AnchorStyles.Bottom) && !IsAnchored(value, AnchorStyles.Bottom); 1126if (IsAnchored(anchor, AnchorStyles.Left) && !IsAnchored(anchor, AnchorStyles.Right)) 1133if (!IsAnchored(anchor, AnchorStyles.Bottom)) 1140if (IsAnchored(anchor, AnchorStyles.Right)) 1159if (IsAnchored(anchor, AnchorStyles.Bottom))