1 write to BeforeGetTextLengthCallback
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
34windowClass.BeforeGetTextLengthCallback = () => shortText;
1 reference to BeforeGetTextLengthCallback
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
62string? text = BeforeGetTextLengthCallback?.Invoke();