public TextBoxBaseUiaTextProvider(TextBoxBase owner)
 {
     _owningTextBoxBase = owner.OrThrowIfNull();
 }