Beispiel #1
0
        public void GetElementBeforeCaret(Point caretLocation)
        {
            if (null != Molecule)
            {
                Molecule.GetElementBeforeCaret(caretLocation);
            }

            if (null != Denominator)
            {
                Denominator.GetElementBeforeCaret(caretLocation);
            }
        }