2 writes to _focusIndicatorRenderer
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1699_focusIndicatorRenderer = null; 2966=> _focusIndicatorRenderer ??= new(this, InvalidateVisualStylesFrame);
3 references to _focusIndicatorRenderer
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
366_focusIndicatorRenderer?.Synchronize(Focused, invalidate: false); 1698_focusIndicatorRenderer?.Dispose(); 1714_focusIndicatorRenderer?.Synchronize(Focused, invalidate: false);