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