2 instantiations of ContextStack
ReachFramework (1)
Serialization\Manager\MetroSerializationManager.cs (1)
48_graphContextStack = new ContextStack();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
647_contextStack = new ContextStack();
14 references to ContextStack
netstandard (1)
netstandard.cs (1)
277[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ContextStack))]
ReachFramework (2)
Serialization\Manager\MetroSerializationManager.cs (2)
330ContextStack 426ContextStack _graphContextStack;
System (1)
src\libraries\shims\System\ref\System.cs (1)
263[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.Serialization.ContextStack))]
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\Serialization\IDesignerSerializationManager.cs (1)
20ContextStack Context { get; }
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.PassThroughSerializationManager.cs (1)
21ContextStack IDesignerSerializationManager.Context
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (2)
35private ContextStack? _contextStack; 640ContextStack IDesignerSerializationManager.Context
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (6)
113ContextStack context = iManager.Context; 124ContextStack context = iManager.Context; 561ContextStack stack1 = iManager.Context; 568ContextStack stack2 = iManager.Context; 1742ContextStack stack1 = iManager.Context; 1749ContextStack stack2 = iManager.Context;