4 references to s_activeXImplProperty
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
83
if (!Properties.TryGetValue(
s_activeXImplProperty
, out ActiveXImpl? activeXImpl))
94
activeXImpl = Properties.AddValue(
s_activeXImplProperty
, new ActiveXImpl(this));
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();