5 references to Value
ReachFramework (5)
PrintConfig\PageMediaSize.cs (1)
212if (reader.CurrentElementNodeType == PrintSchemaNodeTypes.Value)
PrintConfig\PrintSchema.cs (2)
1862ScoredPropertyLevelTypes = Value | ParameterRef, 1952new MapEntry(Value, (int)PrintSchemaNodeTypes.Value),
PrintConfig\PrtCap_Reader.cs (2)
188if (CurrentElementNodeType != PrintSchemaNodeTypes.Value) 289if (!MoveToNextSchemaElement(CurrentElementDepth + 1, PrintSchemaNodeTypes.Value))