Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DGroupForm.cs226 m_pwGroup.EnableSearching = UIUtil.GetInheritableBoolComboBoxValue(m_cmbEnableSearching); in OnBtnOK()
227 m_pwGroup.EnableAutoType = UIUtil.GetInheritableBoolComboBoxValue(m_cmbEnableAutoType); in OnBtnOK()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs1609 public static bool? GetInheritableBoolComboBoxValue(ComboBox cmb) in GetInheritableBoolComboBoxValue() method in KeePass.UI.UIUtil