Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DRichTextBoxContextMenu.cs171 if(UIUtil.RtfIsFirstCharLink(m_rtb)) in GetLinkBelowMouse()
177 if(!UIUtil.RtfIsFirstCharLink(m_rtb)) break; in GetLinkBelowMouse()
185 if(!UIUtil.RtfIsFirstCharLink(m_rtb)) break; in GetLinkBelowMouse()
H A DUIUtil.cs216 public static bool RtfIsFirstCharLink(RichTextBox rtb) in RtfIsFirstCharLink() method in KeePass.UI.UIUtil