2 references to new
Roslyn.VisualStudio.DiagnosticsWindow (2)
PerfMargin\StatusIndicator.xaml.cs (2)
48
private static readonly DoubleAnimation s_growAnimation =
new
(1.0, new Duration(TimeSpan.FromSeconds(1.0)), FillBehavior.HoldEnd);
49
private static readonly DoubleAnimation s_shrinkAnimation =
new
(0.0, new Duration(TimeSpan.FromSeconds(0.33333)), FillBehavior.HoldEnd);