18 references to IsActiveX
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (15)
886
if (
IsActiveX
)
1126
protected override bool CanRaiseEvents => !
IsActiveX
|| !ActiveXEventsFrozen;
1446
if (cp.Parent == IntPtr.Zero &&
IsActiveX
)
2100
if (
IsActiveX
)
2832
using Region? regionCopy =
IsActiveX
? ActiveXMergeRegion(region.Clone()) : null;
3234
if (control.
IsActiveX
&& control.Properties.TryGetValue(s_activeXImplProperty, out ActiveXImpl? activeX))
4480
if (
IsActiveX
)
5581
if (
IsActiveX
)
7291
if (TopMostParent.
IsActiveX
)
7658
if (
IsActiveX
)
7699
if (
IsActiveX
)
7759
if (
IsActiveX
)
7816
if (
IsActiveX
)
10374
if (value &&
IsActiveX
)
11994
if (
IsActiveX
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
374
if (!
IsActiveX
)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
495
if (control.
IsActiveX
)
1033
if (current is not null && current.
IsActiveX
)