|
|
@ -31,7 +31,6 @@ namespace Avalonia.Controls |
|
|
/// <see cref="E:Avalonia.Controls.AutoCompleteBox.Populated" />
|
|
|
/// <see cref="E:Avalonia.Controls.AutoCompleteBox.Populated" />
|
|
|
/// event.
|
|
|
/// event.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[PseudoClasses(":dropdownopen")] |
|
|
|
|
|
public class PopulatedEventArgs : EventArgs |
|
|
public class PopulatedEventArgs : EventArgs |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
@ -253,6 +252,7 @@ namespace Avalonia.Controls |
|
|
/// drop-down that contains possible matches based on the input in the text
|
|
|
/// drop-down that contains possible matches based on the input in the text
|
|
|
/// box.
|
|
|
/// box.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
|
|
|
[PseudoClasses(":dropdownopen")] |
|
|
public class AutoCompleteBox : TemplatedControl |
|
|
public class AutoCompleteBox : TemplatedControl |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
|