/// <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.SerializePoint3D(writer, stringValue));
 }
 // Token: 0x06002274 RID: 8820 RVA: 0x000AB5CB File Offset: 0x000A97CB
 public override bool ConvertStringToCustomBinary(BinaryWriter writer, string stringValue)
 {
     return(XamlSerializationHelper.SerializePoint3D(writer, stringValue));
 }