Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DBinaryDataUtil.cs159 if(DataEditorForm.SupportsDataType(bdc) && !opt.ReadOnly) in ChooseHandler()
162 if(DataViewerForm.SupportsDataType(bdc)) in ChooseHandler()
384 if(!DataEditorForm.SupportsDataType(bdc) || bReadOnly) in BuildOpenWithMenu()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DDataViewerForm.cs77 public static bool SupportsDataType(BinaryDataClass bdc) in SupportsDataType() method in KeePass.Forms.DataViewerForm
H A DDataEditorForm.cs73 public static bool SupportsDataType(BinaryDataClass bdc) in SupportsDataType() method in KeePass.Forms.DataEditorForm