18 references to IsActiveX
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (15)
791
if (
IsActiveX
)
1031
protected override bool CanRaiseEvents => !
IsActiveX
|| !ActiveXEventsFrozen;
1358
if (cp.Parent == IntPtr.Zero &&
IsActiveX
)
2012
if (
IsActiveX
)
2744
using Region? regionCopy =
IsActiveX
? ActiveXMergeRegion(region.Clone()) : null;
3146
if (control.
IsActiveX
&& control.Properties.TryGetValue(s_activeXImplProperty, out ActiveXImpl? activeX))
4392
if (
IsActiveX
)
5453
if (
IsActiveX
)
7164
if (TopMostParent.
IsActiveX
)
7530
if (
IsActiveX
)
7574
if (
IsActiveX
)
7634
if (
IsActiveX
)
7691
if (
IsActiveX
)
10235
if (value &&
IsActiveX
)
11859
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
)