8 references to PropBackBrush
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (8)
1030
object customBackBrush = Properties.GetObject(
PropBackBrush
);
1065
Properties.SetObject(
PropBackBrush
, backBrush);
5996
object backBrush = Properties.GetObject(
PropBackBrush
);
6002
Properties.SetObject(
PropBackBrush
, null);
7966
object backBrush = Properties.GetObject(
PropBackBrush
);
7974
Properties.SetObject(
PropBackBrush
, null);
8872
object backBrush = Properties.GetObject(
PropBackBrush
);
8878
Properties.SetObject(
PropBackBrush
, null);