internal void FetchBounds()
 {
     if (!m_HasBounds.HasValue)
     {
         m_HasBounds = ClipboardParser.ParseBounds(m_RawContents, out m_ValueBounds);
     }
 }