1 write to _indicator
PresentationFramework (1)
System\Windows\Controls\ProgressBar.cs (1)
351
_indicator
= GetTemplateChild(IndicatorTemplateName) as FrameworkElement;
4 references to _indicator
PresentationFramework (4)
System\Windows\Controls\ProgressBar.cs (4)
172
if (_track != null &&
_indicator
!= null)
181
_indicator
.Width = percent * _track.ActualWidth;
232
if(IsVisible && (_glow.Width > 0) && (
_indicator
.Width > 0 ))
235
double endPos =
_indicator
.Width + _glow.Width;