namespace MuchInfo.Chart.Infrastructure.Helpers { // public class ChartSettings // { // private static UIElement rootVisual; // public static UIElement TrueRootVisual // { // get // { // if (rootVisual == null) // { //#if SILVERLIGHT // return Application.Current.RootVisual; //#else // if (PopupManager.PopupRoot == null) return Application.Current.MainWindow; // return PopupManager.PopupRoot; //#endif // } // return rootVisual; // } // private set // { // rootVisual = value; // } // } // } }