8 references to Absolute
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolTip.cs (8)
1665SetTool(window, text, TipInfo.Type.Absolute, new Point(pointX, pointY)); 1691SetTool(window, text, TipInfo.Type.Absolute, new Point(pointX, pointY)); 1716SetTool(window, text, TipInfo.Type.Absolute, new Point(pointX, pointY)); 1741SetTool(window, text, TipInfo.Type.Absolute, new Point(pointX, pointY)); 1758this.SetTool(tool.GetOwnerWindow(), text, TipInfo.Type.Absolute, new Point(pointX, pointY)); 2022if (type == TipInfo.Type.Absolute || type == TipInfo.Type.SemiAbsolute) { 2069if (type == TipInfo.Type.Absolute || type == TipInfo.Type.SemiAbsolute) { 2713return ((this.TipType & (Type.Absolute | Type.SemiAbsolute)) != 0) ? caption:designerText;