1 write to _glow
PresentationFramework (1)
System\Windows\Controls\ProgressBar.cs (1)
345_glow = GetTemplateChild(GlowingRectTemplateName) as FrameworkElement;
16 references to _glow
PresentationFramework (16)
System\Windows\Controls\ProgressBar.cs (16)
60if (_glow == null) 178if (_glow == null) 181_glow.InvalidateProperty(UIElement.OpacityMaskProperty); 182_glow.InvalidateProperty(Shape.FillProperty); 199_glow.SetCurrentValue(Shape.FillProperty, b); 213_glow.SetCurrentValue(UIElement.OpacityMaskProperty, mask); 214_glow.SetCurrentValue(Shape.FillProperty, this.Foreground); 222if (_glow != null) 224if(IsVisible && (_glow.Width > 0) && (_indicator.Width > 0 )) 227double endPos = _indicator.Width + _glow.Width; 228double startPos = -1 * _glow.Width; 235if (DoubleUtil.GreaterThan( _glow.Margin.Left,startPos) && ( DoubleUtil.LessThan(_glow.Margin.Left, endPos-1))) 239startTime = TimeSpan.FromSeconds(-1*(_glow.Margin.Left-startPos)/200.0); 259_glow.BeginAnimation(FrameworkElement.MarginProperty, animation); 263_glow.BeginAnimation(FrameworkElement.MarginProperty, null);