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