Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs3836 internal static void AccSetName(Control c, Control cNameSource) in AccSetName() argument
3838 if(cNameSource == null) { Debug.Assert(false); return; } in AccSetName()
3842 Debug.Assert((c != null) && (c.TabIndex == (cNameSource.TabIndex + 1))); in AccSetName()
3843 Debug.Assert(c != cNameSource); in AccSetName()
3845 string str = StrUtil.RemoveAccelerator(cNameSource.Text ?? string.Empty); in AccSetName()