8 references to OnTheFlyDocsState
Microsoft.CodeAnalysis.EditorFeatures (8)
QuickInfo\OnTheFlyDocsView.xaml.cs (5)
236CurrentState = OnTheFlyDocsState.Finished; 241CurrentState = OnTheFlyDocsState.Finished; 283public OnTheFlyDocsState CurrentState 287} = OnTheFlyDocsState.OnDemandLink; 299CurrentState = 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;