5 references to Value
ReachFramework (5)
PrintConfig\PageMediaSize.cs (1)
218if (reader.CurrentElementNodeType == PrintSchemaNodeTypes.Value)
PrintConfig\PrintSchema.cs (2)
1867ScoredPropertyLevelTypes = Value | ParameterRef, 1957new MapEntry(Value, (int)PrintSchemaNodeTypes.Value),
PrintConfig\PrtCap_Reader.cs (2)
194if (CurrentElementNodeType != PrintSchemaNodeTypes.Value) 295if (!MoveToNextSchemaElement(CurrentElementDepth + 1, PrintSchemaNodeTypes.Value))