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