void ReadValue () { // FIXME: (probably) use ValueSerializer to deserialize the value to the expected type. current = r.Value; r.Read (); node_type = XamlNodeType.Value; }