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