/// <summary> /// Shows VisualMarker /// Call this method in Draw method, when you need to show VisualMarker for your style /// </summary> protected virtual void AddVisualMarker(DocumentEditor tb, StyleVisualMarker marker) { tb.AddVisualMarker(marker); }