18 references to IsActiveX
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (15)
792
if (
IsActiveX
)
1032
protected override bool CanRaiseEvents => !
IsActiveX
|| !ActiveXEventsFrozen;
1359
if (cp.Parent == IntPtr.Zero &&
IsActiveX
)
2013
if (
IsActiveX
)
2745
using Region? regionCopy =
IsActiveX
? ActiveXMergeRegion(region.Clone()) : null;
3147
if (control.
IsActiveX
&& control.Properties.TryGetValue(s_activeXImplProperty, out ActiveXImpl? activeX))
4393
if (
IsActiveX
)
5494
if (
IsActiveX
)
7205
if (TopMostParent.
IsActiveX
)
7571
if (
IsActiveX
)
7615
if (
IsActiveX
)
7675
if (
IsActiveX
)
7732
if (
IsActiveX
)
10268
if (value &&
IsActiveX
)
11891
if (
IsActiveX
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
371
if (!
IsActiveX
)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
495
if (control.
IsActiveX
)
1033
if (current is not null && current.
IsActiveX
)