2 references to ExpectedCursorNamesString
System.Windows.Forms.Tests (2)
System\Windows\Forms\EmbeddedResourceTests.cs (2)
227
public static TheoryData<string> ExpectedCursorNames() => new(
ExpectedCursorNamesString
.Split(Environment.NewLine));
254
string allNames = $"{ExpectedIconNamesString}{Environment.NewLine}{
ExpectedCursorNamesString
}{Environment.NewLine}{ExpectedResourceNames}";