1 write to _text
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\TextOutValidator.cs (1)
23
_text
= text;
2 references to _text
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\Validators\TextOutValidator.cs (2)
38
if (
_text
is not null)
40
Assert.Equal(
_text
, textOut->emrtext.GetText().ToString());