18 references to IsActiveX
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (15)
886
if (
IsActiveX
)
1126
protected override bool CanRaiseEvents => !
IsActiveX
|| !ActiveXEventsFrozen;
1453
if (cp.Parent == IntPtr.Zero &&
IsActiveX
)
2107
if (
IsActiveX
)
2839
using Region? regionCopy =
IsActiveX
? ActiveXMergeRegion(region.Clone()) : null;
3241
if (control.
IsActiveX
&& control.Properties.TryGetValue(s_activeXImplProperty, out ActiveXImpl? activeX))
4487
if (
IsActiveX
)
5588
if (
IsActiveX
)
7296
if (TopMostParent.
IsActiveX
)
7665
if (
IsActiveX
)
7706
if (
IsActiveX
)
7766
if (
IsActiveX
)
7823
if (
IsActiveX
)
10383
if (value &&
IsActiveX
)
12004
if (
IsActiveX
)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
376
if (!
IsActiveX
)
System\Windows\Forms\ToolTip\ToolTip.cs (2)
495
if (control.
IsActiveX
)
1033
if (current is not null && current.
IsActiveX
)