| 1234567891011121314151617181920212223242526272829 |
-
- 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;
- // }
- // }
- // }
- }
|