3 writes to commentIndicatorBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2132
this.
commentIndicatorBrush
= null;
2455
this.
commentIndicatorBrush
= null;
3004
this.
commentIndicatorBrush
= new SolidBrush(Color.FromArgb(40, this.commentIndicatorColor));
6 references to commentIndicatorBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2129
if (this.
commentIndicatorBrush
!= null)
2131
this.
commentIndicatorBrush
.Dispose();
2452
if (this.
commentIndicatorBrush
!= null)
2454
this.
commentIndicatorBrush
.Dispose();
3003
if (this.
commentIndicatorBrush
== null)
3005
return this.
commentIndicatorBrush
;