1 instantiation of RegistrationScope
System.Private.Windows.Core.TestUtilities (1)
CustomConverter.cs (1)
21return new RegistrationScope(type, newProvider);
2 references to RegistrationScope
System.Private.Windows.Core.TestUtilities (1)
CustomConverter.cs (1)
13public static RegistrationScope RegisterConverter(Type type, TypeConverter converter)
System.Windows.Forms.Design.Tests (1)
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (1)
607using var scope = CustomConverter.RegisterConverter(typeof(AxHost.State), new AxHost.StateConverter());