Home
last modified time | relevance | path

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

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Components/
H A DTreeChartBox.cs57 private GDMIndividualRecord fSaveSelection; field in GKUI.Components.TreeChartBox
292 fSaveSelection = (fSelected == null) ? null : fSelected.Rec; in SaveSelection()
297 SelectByRec(fSaveSelection); in RestoreSelection()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Components/
H A DTreeChartBox.cs60 private GDMIndividualRecord fSaveSelection; field in GKUI.Components.TreeChartBox
341 fSaveSelection = (fSelected == null) ? null : fSelected.Rec; in SaveSelection()
346 SelectByRec(fSaveSelection); in RestoreSelection()