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