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