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