1 write to _glow
PresentationFramework (1)
System\Windows\Controls\ProgressBar.cs (1)
349
_glow
= GetTemplateChild(GlowingRectTemplateName) as FrameworkElement;
16 references to _glow
PresentationFramework (16)
System\Windows\Controls\ProgressBar.cs (16)
61
if (
_glow
== null)
182
if (
_glow
== null)
185
_glow
.InvalidateProperty(UIElement.OpacityMaskProperty);
186
_glow
.InvalidateProperty(Shape.FillProperty);
203
_glow
.SetCurrentValue(Shape.FillProperty, b);
217
_glow
.SetCurrentValue(UIElement.OpacityMaskProperty, mask);
218
_glow
.SetCurrentValue(Shape.FillProperty, this.Foreground);
226
if (
_glow
!= null)
228
if(IsVisible && (
_glow
.Width > 0) && (_indicator.Width > 0 ))
231
double endPos = _indicator.Width +
_glow
.Width;
232
double startPos = -1 *
_glow
.Width;
239
if (DoubleUtil.GreaterThan(
_glow
.Margin.Left,startPos) && ( DoubleUtil.LessThan(
_glow
.Margin.Left, endPos-1)))
243
startTime = TimeSpan.FromSeconds(-1*(
_glow
.Margin.Left-startPos)/200.0);
263
_glow
.BeginAnimation(FrameworkElement.MarginProperty, animation);
267
_glow
.BeginAnimation(FrameworkElement.MarginProperty, null);