Base:
method
LoadStore
System.ComponentModel.Design.Serialization.ComponentSerializationService.LoadStore(System.IO.Stream)
2 references to LoadStore
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (1)
16/// as the <see cref="LoadStore(Stream)"/> and <see cref="SerializationStore.Save(Stream)"/>
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationServiceTests.cs (1)
705Assert.Throws<PlatformNotSupportedException>(() => service.LoadStore(null));