3 writes to readonlyIndicatorBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2138
this.
readonlyIndicatorBrush
= null;
2482
this.
readonlyIndicatorBrush
= null;
3016
this.
readonlyIndicatorBrush
= new SolidBrush(Color.FromArgb(20, this.readonlyIndicatorColor));
6 references to readonlyIndicatorBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2135
if (this.
readonlyIndicatorBrush
!= null)
2137
this.
readonlyIndicatorBrush
.Dispose();
2479
if (this.
readonlyIndicatorBrush
!= null)
2481
this.
readonlyIndicatorBrush
.Dispose();
3015
if (this.
readonlyIndicatorBrush
== null)
3017
return this.
readonlyIndicatorBrush
;