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)) 764if (IsAnchored(anchor, AnchorStyles.Right)) 770if (!IsAnchored(anchor, AnchorStyles.Left)) 780if (!IsAnchored(anchor, AnchorStyles.Left)) 786else if (!IsAnchored(anchor, AnchorStyles.Left)) 792if (IsAnchored(anchor, AnchorStyles.Bottom)) 800if (!IsAnchored(anchor, AnchorStyles.Top)) 810if (!IsAnchored(anchor, AnchorStyles.Top)) 816else if (!IsAnchored(anchor, AnchorStyles.Top)) 923bool rightReleased = IsAnchored(oldValue, AnchorStyles.Right) && !IsAnchored(value, AnchorStyles.Right); 924bool bottomReleased = IsAnchored(oldValue, AnchorStyles.Bottom) && !IsAnchored(value, AnchorStyles.Bottom); 1133if (IsAnchored(anchor, AnchorStyles.Left) && !IsAnchored(anchor, AnchorStyles.Right)) 1140if (!IsAnchored(anchor, AnchorStyles.Bottom)) 1147if (IsAnchored(anchor, AnchorStyles.Right)) 1166if (IsAnchored(anchor, AnchorStyles.Bottom))