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)
168
if (_track != null &&
_indicator
!= null)
177
_indicator
.Width = percent * _track.ActualWidth;
231
if(IsVisible && (_glow.Width > 0) && (
_indicator
.Width > 0 ))
234
double endPos =
_indicator
.Width + _glow.Width;