Byff70
Results
1
comments of
Byff70
Just to get the code to compile, I've kludged this: ` if( child is FrameworkElement children && children.ContextMenu != null && children.ContextMenu.IsOpen ) { return children.ContextMenu; } ` to this:...