9 references to OnTheFlyDocsState
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
QuickInfo\OnTheFlyDocsView.xaml.cs (6)
44
private
OnTheFlyDocsState
_currentState =
OnTheFlyDocsState
.OnDemandLink;
148
CurrentState =
OnTheFlyDocsState
.Finished;
157
CurrentState =
OnTheFlyDocsState
.Finished;
186
public
OnTheFlyDocsState
CurrentState
200
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;