Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/
H A DPwGroup.cs74 private PwUuid m_pwLastTopVisibleEntry = PwUuid.Zero; field in KeePassLib.PwGroup
297 get { return m_pwLastTopVisibleEntry; }
301 m_pwLastTopVisibleEntry = value;
434 pg.m_pwLastTopVisibleEntry = m_pwLastTopVisibleEntry; in CloneDeep()
508 if(!m_pwLastTopVisibleEntry.Equals(pg.m_pwLastTopVisibleEntry)) return false; in EqualsGroup()
582 m_pwLastTopVisibleEntry = pgTemplate.m_pwLastTopVisibleEntry; in AssignProperties()