2 instantiations of ContextStack
ReachFramework (1)
Serialization\Manager\MetroSerializationManager.cs (1)
47_graphContextStack = new ContextStack();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
647_contextStack = new ContextStack();
8 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)
329ContextStack 425ContextStack _graphContextStack;
System (1)
src\runtime\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