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