winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (21)
150if (IsAnchored(anchor, AnchorStyles.Right)) {
154if (!IsAnchored(anchor, AnchorStyles.Left)) {
159else if (!IsAnchored(anchor, AnchorStyles.Left)) {
165if (IsAnchored(anchor, AnchorStyles.Bottom)) {
169if (!IsAnchored(anchor, AnchorStyles.Top)) {
174else if (!IsAnchored(anchor, AnchorStyles.Top)) {
582if (IsAnchored(anchor, AnchorStyles.Right)) {
591if (!IsAnchored(anchor, AnchorStyles.Left)) {
596else if (!IsAnchored(anchor, AnchorStyles.Left)) {
601if (IsAnchored(anchor, AnchorStyles.Bottom)) {
610if (!IsAnchored(anchor, AnchorStyles.Top)) {
615else if (!IsAnchored(anchor, AnchorStyles.Top)) {
646bool rightReleased = IsAnchored(oldValue, AnchorStyles.Right) && !IsAnchored(value, AnchorStyles.Right);
647bool bottomReleased = IsAnchored(oldValue, AnchorStyles.Bottom) && !IsAnchored(value, AnchorStyles.Bottom);
833if (IsAnchored(anchor, AnchorStyles.Left) && !IsAnchored(anchor, AnchorStyles.Right)) {
839if (/*IsAnchored(anchor, AnchorStyles.Top) &&*/ !IsAnchored(anchor, AnchorStyles.Bottom)) {
846if (IsAnchored(anchor, AnchorStyles.Right)) {
858if (IsAnchored(anchor, AnchorStyles.Bottom)) {