Using Smart Client 2022 R2, Our Plugin crashes Milestone due to an exception related to VideoOsFocusVisualstyle, randomly accross the program such as changing tab, click on a UI…etc
The exception log is attached. Currently when I set the attached property on the control return from the method GenerateViewItemWpfUserControl or GenerateWpfUserControl, it seems to help when switching tab, however the exception still thrown at some other UI trigger.
The attachedpropery is set as below (_viewItemWpf is the ViewItemWpfUserControl return in method GenerateViewItemWpfUserControl.
VideoOS.Platform.UI.Controls.VideoOSStyleFocusVisualStyle.SetIsEnabled(_viewItemWpf, false);