2 references to s_controlVersionInfoProperty
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3419
if (!Properties.TryGetValue(
s_controlVersionInfoProperty
, out ControlVersionInfo? info))
3422
Properties.AddValue(
s_controlVersionInfoProperty
, info);