29 references to IsAnchored
System.Windows.Forms (29)
System\Windows\Forms\Layout\DefaultLayout.cs (29)
179if (IsAnchored(anchors, AnchorStyles.Left)) 183if (IsAnchored(anchors, AnchorStyles.Right)) 192if (IsAnchored(anchors, AnchorStyles.Right)) 206if (IsAnchored(anchors, AnchorStyles.Top)) 208if (IsAnchored(anchors, AnchorStyles.Bottom)) 219if (IsAnchored(anchors, AnchorStyles.Bottom)) 247if (IsAnchored(anchor, AnchorStyles.Right)) 251if (!IsAnchored(anchor, AnchorStyles.Left)) 256else if (!IsAnchored(anchor, AnchorStyles.Left)) 263if (IsAnchored(anchor, AnchorStyles.Bottom)) 267if (!IsAnchored(anchor, AnchorStyles.Top)) 272else if (!IsAnchored(anchor, AnchorStyles.Top)) 759if (IsAnchored(anchor, AnchorStyles.Right)) 765if (!IsAnchored(anchor, AnchorStyles.Left)) 775if (!IsAnchored(anchor, AnchorStyles.Left)) 781else if (!IsAnchored(anchor, AnchorStyles.Left)) 787if (IsAnchored(anchor, AnchorStyles.Bottom)) 795if (!IsAnchored(anchor, AnchorStyles.Top)) 805if (!IsAnchored(anchor, AnchorStyles.Top)) 811else if (!IsAnchored(anchor, AnchorStyles.Top)) 915bool rightReleased = IsAnchored(oldValue, AnchorStyles.Right) && !IsAnchored(value, AnchorStyles.Right); 916bool bottomReleased = IsAnchored(oldValue, AnchorStyles.Bottom) && !IsAnchored(value, AnchorStyles.Bottom); 1125if (IsAnchored(anchor, AnchorStyles.Left) && !IsAnchored(anchor, AnchorStyles.Right)) 1132if (!IsAnchored(anchor, AnchorStyles.Bottom)) 1139if (IsAnchored(anchor, AnchorStyles.Right)) 1158if (IsAnchored(anchor, AnchorStyles.Bottom))