Home
last modified time | relevance | path

Searched refs:previewForegroundBrush (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DThemes.cs1696 private Brush previewForegroundBrush; field in System.Workflow.ComponentModel.Design.ActivityPreviewDesignerTheme
1709 if (this.previewForegroundBrush != null) in Dispose()
1711 this.previewForegroundBrush.Dispose(); in Dispose()
1712 this.previewForegroundBrush = null; in Dispose()
1761 if (this.previewForegroundBrush != null)
1763 this.previewForegroundBrush.Dispose();
1764 this.previewForegroundBrush = null;
1881 if (this.previewForegroundBrush == null)
1882 this.previewForegroundBrush = new SolidBrush(this.previewForeColor);
1883 return this.previewForegroundBrush;
H A DThemes.cs.back1696 private Brush previewForegroundBrush;
1709 if (this.previewForegroundBrush != null)
1711 this.previewForegroundBrush.Dispose();
1712 this.previewForegroundBrush = null;
1761 if (this.previewForegroundBrush != null)
1763 this.previewForegroundBrush.Dispose();
1764 this.previewForegroundBrush = null;
1881 if (this.previewForegroundBrush == null)
1882 this.previewForegroundBrush = new SolidBrush(this.previewForeColor);
1883 return this.previewForegroundBrush;