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