1 instantiation of ActiveXImpl
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
94
activeXImpl = Properties.AddValue(s_activeXImplProperty, new
ActiveXImpl
(this));
8 references to ActiveXImpl
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
79
private
ActiveXImpl
ActiveXInstance
83
if (!Properties.TryGetValue(s_activeXImplProperty, out
ActiveXImpl
? activeXImpl))
1049
throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(
ActiveXImpl
)));
1449
throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(
ActiveXImpl
)));
1503
throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(
ActiveXImpl
)));
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
229
*ppEnumOleVerb =
ActiveXImpl
.EnumVerbs();
System\Windows\Forms\Control.cs (2)
3146
if (control.IsActiveX && control.Properties.TryGetValue(s_activeXImplProperty, out
ActiveXImpl
? activeX))
4727
Properties.GetValueOrDefault<
ActiveXImpl
>(s_activeXImplProperty)?.Dispose();