5 references to IsIndeterminate
PresentationFramework (5)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
33
if (patternInterface == PatternInterface.RangeValue && ((ProgressBar)Owner).
IsIndeterminate
)
System\Windows\Controls\ProgressBar.cs (4)
169
double percent =
IsIndeterminate
|| max <= min ? 1.0 : (val - min) / (max - min);
183
if (this.
IsIndeterminate
)
276
if (!
IsIndeterminate
|| !IsVisible)
346
if (this.
IsIndeterminate
)