1 instantiation of CodeDomComponentSerializationService
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
736
return new
CodeDomComponentSerializationService
(LoaderHost);
5 references to CodeDomComponentSerializationService
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.0\System.Design.Forwards.cs (1)
48
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.
CodeDomComponentSerializationService
))]
System.Windows.Forms.Design (4)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomComponentSerializationState.cs (1)
11
/// <see cref="
CodeDomComponentSerializationService
"/> saves state of objects to this class.
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (3)
10
/// The store can then be deserialized at a later time. The <see cref="
CodeDomComponentSerializationService
"/>
13
/// selected properties for an object. On .NET, <see cref="
CodeDomComponentSerializationService
"/>
31
/// Creates a new <see cref="
CodeDomComponentSerializationService
"/> object using the given service provider to resolve services.