1 implementation of ITestAccessor
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
48
public class TestAccessor<T> :
ITestAccessor
3 references to ITestAccessor
System.Windows.Forms.Tests (3)
System\Windows\Forms\LayoutEventArgsTests.cs (1)
83
ITestAccessor
tableLayoutPanelTestAccessor = tableLayoutPanel.TestAccessor;
TestAccessorTests.cs (2)
122
ITestAccessor
accessor = testClass.TestAccessor;
131
ITestAccessor
accessor = testClass.TestAccessor;