5 references to Value
ReachFramework (5)
PrintConfig\PageMediaSize.cs (1)
211if (reader.CurrentElementNodeType == PrintSchemaNodeTypes.Value)
PrintConfig\PrintSchema.cs (2)
1861ScoredPropertyLevelTypes = Value | ParameterRef, 1951new MapEntry(Value, (int)PrintSchemaNodeTypes.Value),
PrintConfig\PrtCap_Reader.cs (2)
187if (CurrentElementNodeType != PrintSchemaNodeTypes.Value) 288if (!MoveToNextSchemaElement(CurrentElementDepth + 1, PrintSchemaNodeTypes.Value))