1 instantiation of ModernFieldStroke
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ModernFieldStrokeResolver.cs (1)
87
return new
ModernFieldStroke
(
5 references to ModernFieldStroke
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2808
ModernFieldStroke
stroke = ModernFieldStrokeResolver.GetStroke(strokeContext);
System\Windows\Forms\Rendering\ModernFieldStrokeContext.cs (1)
7
/// Inputs for creating a <see cref="
ModernFieldStroke
"/>.
System\Windows\Forms\Rendering\ModernFieldStrokeResolver.cs (3)
7
/// Builds a <see cref="
ModernFieldStroke
"/> from <see cref="ModernFieldStrokeContext"/>.
17
internal static
ModernFieldStroke
GetStroke(in ModernFieldStrokeContext context)
50
private static
ModernFieldStroke
GetThemedStroke(ModernFieldStrokeState state, in ModernFieldStrokeContext context)