11 references to
ReachFramework (3)
Serialization\Manager\NGCSerializerAsync.cs (1)
329GraphContextStack[typeof(SerializableObjectContext)];
Serialization\Manager\ReachSerializer.cs (1)
267GraphContextStack[typeof(SerializableObjectContext)];
Serialization\Manager\ReachSerializerAsync.cs (1)
341GraphContextStack[typeof(SerializableObjectContext)];
System.Windows.Forms.Design (6)
System\ComponentModel\Design\Serialization\LocalizationCodeDomSerializer.cs (6)
49ApplyMethodTable? table = (ApplyMethodTable?)manager.Context[typeof(ApplyMethodTable)]; 66PropertyDescriptor? descriptor = (PropertyDescriptor?)manager.Context[typeof(PropertyDescriptor)]; 67ExpressionContext? tree = (ExpressionContext?)manager.Context[typeof(ExpressionContext)]; 93CodeStatementCollection? statements = (CodeStatementCollection?)manager.Context[typeof(CodeStatementCollection)]; 116RootContext? rootContext = manager.Context[typeof(RootContext)] as RootContext; 129ResourceManager? resourceManager = manager.Context[typeof(ResourceManager)] as ResourceManager;
System.Windows.Forms.Primitives (2)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerHelper.cs (2)
12if (manager.Context[typeof(T)] is T contextTemp) 24return manager.Context[typeof(T)] as T;