30 references to TOOLTIP_FLAGS
System.Windows.Forms (25)
System\Windows\Forms\Components\ErrorProvider\ErrorProvider.ErrorWindow.cs (4)
56
ToolInfoWrapper<ErrorWindow> toolInfo = new(this, item.Id,
TOOLTIP_FLAGS
.TTF_SUBCLASS, item.Error);
353
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_SUBCLASS;
356
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\Control.cs (1)
13660
internal virtual ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30121
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3516
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (2)
97
=> new(c,
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS, _toolTipText);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1965
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2908
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(
TOOLTIP_FLAGS
flags, string? caption, ToolTip tooltip)
2990
ttt->uFlags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
System\Windows\Forms\ToolTip\ToolTip.cs (13)
978
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS;
985
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
993
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRANSPARENT |
TOOLTIP_FLAGS
.TTF_SUBCLASS;
1002
flags |=
TOOLTIP_FLAGS
.TTF_RTLREADING;
1799
TOOLTIP_FLAGS
flags =
TOOLTIP_FLAGS
.TTF_TRACK;
1802
flags |=
TOOLTIP_FLAGS
.TTF_ABSOLUTE;
1850
toolInfo.Info.uFlags |=
TOOLTIP_FLAGS
.TTF_TRACK;
1854
toolInfo.Info.uFlags |=
TOOLTIP_FLAGS
.TTF_ABSOLUTE;
System.Windows.Forms.Primitives (5)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Windows.Win32.NMTTDISPINFOW.g.cs (1)
61
internal winmdroot.UI.Controls.
TOOLTIP_FLAGS
uFlags;
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Windows.Win32.TTTOOLINFOW.g.cs (1)
38
internal winmdroot.UI.Controls.
TOOLTIP_FLAGS
uFlags;
Windows\Win32\UI\Controls\ToolInfoWrapper.cs (3)
16
public ToolInfoWrapper(T handle,
TOOLTIP_FLAGS
flags = default, string? text = null)
17
: this(handle, handle.Handle, flags |
TOOLTIP_FLAGS
.TTF_IDISHWND, text)
21
public ToolInfoWrapper(T handle, nint id,
TOOLTIP_FLAGS
flags = default, string? text = null, RECT rect = default)