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