Пример #1
0
        private bool IgnoreUpdateChart()
        {
            if (WPFHelper.InvokeRequired(this))
            {
                return((bool)this.Dispatcher.Invoke(new Func <bool>(this.IgnoreUpdateChart)));
            }

            if (this.ManaulComit || !this.IsLoaded)
            {
                return(true);
            }

            return(false);
        }