5 references to IsIndeterminate
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
37
if (patternInterface == PatternInterface.RangeValue && ((ProgressBar)Owner).
IsIndeterminate
)
src\Framework\System\Windows\Controls\ProgressBar.cs (4)
176
double percent =
IsIndeterminate
|| max <= min ? 1.0 : (val - min) / (max - min);
190
if (this.
IsIndeterminate
)
281
if (!
IsIndeterminate
)
357
if (this.
IsIndeterminate
)