Keith Mahoney
Keith Mahoney
This has been merged as #4523
I took a look at this. To make the dummy window disappear you can call `ShareOperation.ReportCompleted();` once you have copied the data. Here is code that worked well for me:...
This proposal looks good to me.
I was unable to reproduce this issue. Could you please share a simple project that demonstrates this issue?
I think this is a similar root cause to #7208. In the default template, the TextBlock has `Foreground="{TemplateBinding Foreground}"`, however the ContentPresenter for the Icon has no Foreground set. So...
The TabView uses virtualization for its items so it will reuse the instances of the TabViewItems, so that is expected. Since Behavior is a part of WCT, TabView does not...
NumberBox should use EffectiveViewportChanged to close the popup whenever the NumberBox itself moves around in the scroll view. That would prevent this problem.
Reopening this issue.
Thanks for providing this feedback. The Xaml Expander control implements the ExpandCollapse Pattern through UIAutomation. Xaml does not directly control how Narrator (or other assistive technology) describes the control. In...
I am unable to reproduce this issue with Feedback Hub.