10 references to s_static
System.Windows.Forms.Primitives.Tests (10)
System\Windows\Forms\Automation\TestAccessors.UiaTextRangeTestAccessor.cs (10)
45
public bool AtParagraphBoundary(string text, int index) =>
s_static
.AtParagraphBoundary(text, index);
47
public bool AtWordBoundary(string text, int index) =>
s_static
.AtWordBoundary(text, index);
49
public COLORREF GetBackgroundColor() =>
s_static
.GetBackgroundColor();
51
public string GetFontName(LOGFONTW logfont) =>
s_static
.GetFontName(logfont);
53
public bool IsApostrophe(char ch) =>
s_static
.IsApostrophe(ch);
55
public FW GetFontWeight(LOGFONTW logfont) => (FW)
s_static
.GetFontWeight(logfont);
57
public COLORREF GetForegroundColor() =>
s_static
.GetForegroundColor();
59
public bool GetItalic(LOGFONTW logfont) =>
s_static
.GetItalic(logfont);
61
public TextDecorationLineStyle GetStrikethroughStyle(LOGFONTW logfont) => (TextDecorationLineStyle)
s_static
.GetStrikethroughStyle(logfont);
63
public TextDecorationLineStyle GetUnderlineStyle(LOGFONTW logfont) => (TextDecorationLineStyle)
s_static
.GetUnderlineStyle(logfont);