1 instantiation of ActiveXImpl
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
92activeXImpl = new ActiveXImpl(this);
9 references to ActiveXImpl
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (6)
79private ActiveXImpl ActiveXInstance 83ActiveXImpl? activeXImpl = (ActiveXImpl?)Properties.GetObject(s_activeXImplProperty); 1052throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ActiveXImpl))); 1447throw new NotSupportedException(string.Format(SR.ControlNotSupportedInTrimming, nameof(ActiveXImpl))); 1501throw 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)
3273if (control.IsActiveX && control.Properties.GetObject(s_activeXImplProperty) is ActiveXImpl activeX) 4865((ActiveXImpl?)Properties.GetObject(s_activeXImplProperty))?.Dispose();