3 references to PropName
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
3397
string name = (string)Properties.GetObject(
PropName
);
3412
Properties.SetObject(
PropName
, null);
3415
Properties.SetObject(
PropName
, value);