/// <summary>
 /// Notifies that the value has been changed by the user.
 /// </summary>
 /// <param name="inputElement">The input element.</param>
 private void NotifyValueChangedByUser(LeadingInputElement inputElement)
 {
     _currentLeadingInputElement = inputElement;
 }
 /// <summary>
 /// Notifies that the value has been changed by the user.
 /// </summary>
 /// <param name="inputElement">The input element.</param>
 private void notifyValueChangedByUser(
     LeadingInputElement inputElement)
 {
   _currentLeadingInputElement = inputElement;
 }