System.ComponentModel.Design.Serialization.ContextStack public sealed class ContextStack Documentation public object Current { get; } public object this[int level] { get; } public object this[Type type] { get; } public ContextStack() public void Append(object context) public object Pop() public void Push(object context)