1 write to _indicator
PresentationFramework (1)
src\Framework\System\Windows\Controls\ProgressBar.cs (1)
349_indicator = GetTemplateChild(IndicatorTemplateName) as FrameworkElement;
4 references to _indicator
PresentationFramework (4)
src\Framework\System\Windows\Controls\ProgressBar.cs (4)
168if (_track != null && _indicator != null) 177_indicator.Width = percent * _track.ActualWidth; 231if(IsVisible && (_glow.Width > 0) && (_indicator.Width > 0 )) 234double endPos = _indicator.Width + _glow.Width;