Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs223 bool bResetSelection) in RtfLinkifyText() argument
225 RtfLinkifyText(rtb, strLinkText, bResetSelection, false); in RtfLinkifyText()
230 bool bResetSelection, bool bAll) in RtfLinkifyText() argument
258 try { if(bResetSelection) rtb.Select(0, 0); } in RtfLinkifyText()
298 public static void RtfLinkifyReferences(RichTextBox rtb, bool bResetSelection) in RtfLinkifyReferences() argument
325 if(bResetSelection) rtb.Select(0, 0); in RtfLinkifyReferences()