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