internal void InitStyles() { if (this.ms_Styles == null) { this.ms_Styles = new CurveEditor.Styles(); } }
internal void InitStyles() { if (this.ms_Styles != null) return; this.ms_Styles = new CurveEditor.Styles(); }