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