7 references to RecordsToString
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfValidateHelper.cs (1)
30
sb.AppendLine($"{emf.
RecordsToString
()}```\r\n");
Metafiles\Validators\EmfValidator.cs (3)
43
$"\nValidator index {currentIndex}: {currentValidator!.GetType().Name} failed\n\n{emf.
RecordsToString
()}",
49
Assert.False(IsRenderingRecord(record.Type), $"Got unexpected {record.Type}\n\n{emf.
RecordsToString
()}");
60
$"{currentValidator.GetType().Name} did not receive expected records\n\n{emf.
RecordsToString
()}");
System.Windows.Forms.Tests (3)
System\Windows\Forms\ButtonRenderingTests.cs (1)
223
string details = emf.
RecordsToString
();
System\Windows\Forms\StatusStripTests.Rendering.cs (1)
50
string details = emf.
RecordsToString
();
System\Windows\Forms\ToolStripTests.Rendering.cs (1)
57
string details = emf.
RecordsToString
();