18 references to IsActiveX
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (15)
1065
if (
IsActiveX
)
1305
protected override bool CanRaiseEvents => !
IsActiveX
|| !ActiveXEventsFrozen;
1625
if (cp.Parent == IntPtr.Zero &&
IsActiveX
)
2279
if (
IsActiveX
)
3011
using Region? regionCopy =
IsActiveX
? ActiveXMergeRegion(region.Clone()) : null;
3413
if (control.
IsActiveX
&& control.Properties.TryGetValue(s_activeXImplProperty, out ActiveXImpl? activeX))
4695
if (
IsActiveX
)
5805
if (
IsActiveX
)
7890
if (TopMostParent.
IsActiveX
)
8268
if (
IsActiveX
)
8309
if (
IsActiveX
)
8369
if (
IsActiveX
)
8426
if (
IsActiveX
)
11105
if (value &&
IsActiveX
)
12729
if (
IsActiveX
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
374
if (!
IsActiveX
)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
495
if (control.
IsActiveX
)
1037
if (current is not null && current.
IsActiveX
)