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