You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently unnecessary to marshall to the UI thread because `OnTextPropertyChanged` is always called from the UI thread. However, if other code in the future leverages this method, we should still ensure we propagate required tasks to the UI Thread.
0 commit comments