namespace ICSharpCode.ILSpyX.TreeView.PlatformAbstractions { public interface IPlatformRoutedEventArgs { bool Handled { get; set; } } }