5 writes to IsIndeterminate
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
90new SmoothProgressBar { IsIndeterminate = true, Height = 2, Margin = new Thickness { Top = 2 } },
Roslyn.VisualStudio.DiagnosticsWindow (4)
Panels\TelemetryPanel.xaml.cs (2)
39GenerationProgresBar.IsIndeterminate = true; 45GenerationProgresBar.IsIndeterminate = false;
Panels\WorkspacePanel.xaml.cs (2)
40GenerationProgresBar.IsIndeterminate = true; 56GenerationProgresBar.IsIndeterminate = false;
5 references to IsIndeterminate
PresentationFramework (5)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
41if (patternInterface == PatternInterface.RangeValue && ((ProgressBar)Owner).IsIndeterminate)
System\Windows\Controls\ProgressBar.cs (4)
180double percent = IsIndeterminate || max <= min ? 1.0 : (val - min) / (max - min); 194if (this.IsIndeterminate) 283if (!IsIndeterminate || !IsVisible) 359if (this.IsIndeterminate)