3 references to PropUserData
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewBand.cs (3)
749
return Properties.GetObject(
PropUserData
);
753
if (value != null || this.Properties.ContainsObject(
PropUserData
))
755
Properties.SetObject(
PropUserData
, value);