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)
172if (_track != null && _indicator != null) 181_indicator.Width = percent * _track.ActualWidth; 232if(IsVisible && (_glow.Width > 0) && (_indicator.Width > 0 )) 235double endPos = _indicator.Width + _glow.Width;