Searched refs:m_strSelXPath (Results 1 – 1 of 1) sorted by relevance
78 private string m_strSelXPath = string.Empty; field in KeePass.Util.XmlReplaceOptions81 get { return m_strSelXPath; }84 if(value == null) { Debug.Assert(false); m_strSelXPath = string.Empty; }85 else m_strSelXPath = value;