// Token: 0x06002278 RID: 8824 RVA: 0x000AB5E4 File Offset: 0x000A97E4
 public override bool ConvertStringToCustomBinary(BinaryWriter writer, string stringValue)
 {
     return(XamlSerializationHelper.SerializeVector3D(writer, stringValue));
 }
 /// <summary>
 ///   Convert a string into a compact binary representation and write it out
 ///   to the passed BinaryWriter.
 /// </summary>
 public override bool ConvertStringToCustomBinary(
     BinaryWriter writer,             // Writer into the baml stream
     string stringValue)              // String to convert
 {
     return(XamlSerializationHelper.SerializeVector3D(writer, stringValue));
 }