Home
last modified time | relevance | path

Searched refs:m_strSelXPath (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DXmlUtil.Replace.cs78 private string m_strSelXPath = string.Empty; field in KeePass.Util.XmlReplaceOptions
81 get { return m_strSelXPath; }
84 if(value == null) { Debug.Assert(false); m_strSelXPath = string.Empty; }
85 else m_strSelXPath = value;