10 references to StaticNullTextRange
System.Windows.Forms.Primitives.Tests (10)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (10)
1082bool actual = StaticNullTextRange.TestAccessor().AtParagraphBoundary(text, index); 1103bool actual = StaticNullTextRange.TestAccessor().AtWordBoundary(text, index); 1114bool actual = StaticNullTextRange.TestAccessor().IsApostrophe(ch); 1166COLORREF actual = StaticNullTextRange.TestAccessor().GetBackgroundColor(); 1183string actual = StaticNullTextRange.TestAccessor().GetFontName(logfont); 1224FW actual = StaticNullTextRange.TestAccessor().GetFontWeight(logfont); 1231COLORREF actual = StaticNullTextRange.TestAccessor().GetForegroundColor(); 1242bool actual = StaticNullTextRange.TestAccessor().GetItalic(logfont); 1253TextDecorationLineStyle actual = StaticNullTextRange.TestAccessor().GetStrikethroughStyle(logfont); 1264TextDecorationLineStyle actual = StaticNullTextRange.TestAccessor().GetUnderlineStyle(logfont);