1 write to BeforeGetTextCallback
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
31windowClass.BeforeGetTextCallback = () => longText;
1 reference to BeforeGetTextCallback
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
70text = BeforeGetTextCallback?.Invoke();