2 references to s_propUserData
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
602get => Properties.GetValueOrDefault<object?>(s_propUserData); 603set => Properties.AddOrRemoveValue(s_propUserData, value);