4 types derived from TestAccessor
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\TestAccessors.UiaTextRangeTestAccessor.cs (1)
10
internal class UiaTextRangeTestAccessor :
TestAccessor
<UiaTextRange>
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridTestAccessor.cs (1)
8
public class PropertyGridTestAccessor :
TestAccessor
<Windows.Forms.PropertyGrid>
System\Windows\Forms\PropertyGridInternal\TestAccessors.PropertyGridViewTestAccessor.cs (1)
8
internal class PropertyGridViewTestAccessor :
TestAccessor
<Windows.Forms.PropertyGridInternal.PropertyGridView>
System\Windows\Forms\TestAccessors.KeyboardToolTipStateMachineTestAccessor.cs (1)
8
internal class KeyboardToolTipStateMachineTestAccessor :
TestAccessor
<KeyboardToolTipStateMachine>
5 references to TestAccessor
System.Private.Windows.Core.TestUtilities (5)
ITestAccessor.cs (1)
12
/// allow dynamically creating arbitrary <see cref="
TestAccessor
{T}"/> from
TestAccessor.cs (2)
142
MemberInfo? info =
TestAccessor
<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);
154
MemberInfo? info =
TestAccessor
<T>.DynamicWrapper.GetFieldOrPropertyInfo(binder.Name);
TestAccessors.cs (2)
54
typeof(
TestAccessor
<>).MakeGenericType(type),
57
typeof(
TestAccessor
<>).MakeGenericType(instanceOrType.GetType()),