3 references to s_propImageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (3)
507
get => Properties.GetValueOrDefault<ImageList>(
s_propImageList
);
530
Properties.AddOrRemoveValue(
s_propImageList
, value);
953
Properties.RemoveValue(
s_propImageList
);