9 references to OnTheFlyDocsState
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
QuickInfo\OnTheFlyDocsView.xaml.cs (6)
53
private
OnTheFlyDocsState
_currentState =
OnTheFlyDocsState
.OnDemandLink;
228
CurrentState =
OnTheFlyDocsState
.Finished;
233
CurrentState =
OnTheFlyDocsState
.Finished;
263
public
OnTheFlyDocsState
CurrentState
277
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;