1 implementation of Dynamic
System.Private.Windows.Core.TestUtilities (1)
TestAccessor.cs (1)
84
public dynamic
Dynamic
=> _dynamicWrapper;
2 references to Dynamic
System.Private.Windows.Core.TestUtilities (1)
AppContextSwitchScope.cs (1)
66
return type.TestAccessor.
Dynamic
.GetSwitchDefaultValue(switchName);
System.Windows.Forms.Tests (1)
System\Windows\Forms\LayoutEventArgsTests.cs (1)
84
LayoutEventArgs layoutEventArgs = (LayoutEventArgs)tableLayoutPanelTestAccessor.
Dynamic
._cachedLayoutEventArgs;