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