4 references to s_propAxContainer
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
578
private void AxContainerFormCreated() => Properties.GetValueOrDefault<AxHost.AxContainer>(
s_propAxContainer
)?.FormCreated();
587
if (!Properties.TryGetValue(
s_propAxContainer
, out AxHost.AxContainer? container))
589
container = Properties.AddValue(
s_propAxContainer
, new AxHost.AxContainer(this));
845
if (Properties.ContainsKey(
s_propAxContainer
))