9 references to OnTheFlyDocsState
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
QuickInfo\OnTheFlyDocsView.xaml.cs (6)
44private OnTheFlyDocsState _currentState = OnTheFlyDocsState.OnDemandLink; 150CurrentState = OnTheFlyDocsState.Finished; 159CurrentState = OnTheFlyDocsState.Finished; 188public OnTheFlyDocsState CurrentState 202CurrentState = OnTheFlyDocsState.Loading;
QuickInfo\OnTheFlyDocsViewStateVisibilityConverter.cs (3)
13/// Converts the <see cref="OnTheFlyDocsState"/> of the view to a <see cref="Visibility"/> value. 18=> value is OnTheFlyDocsState state && parameter is OnTheFlyDocsState targetState && state == targetState ? Visibility.Visible : Visibility.Collapsed;