|
@@ -258,7 +258,7 @@ namespace Avalonia.Controls.Primitives
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
- /// Gets or sets the the anchor rectangle within the parent that the popup will be placed
|
|
|
+ /// Gets or sets the anchor rectangle within the parent that the popup will be placed
|
|
|
/// relative to when <see cref="Placement"/> is <see cref="PlacementMode.AnchorAndGravity"/>.
|
|
|
/// </summary>
|
|
|
/// <remarks>
|
|
@@ -289,7 +289,7 @@ namespace Avalonia.Controls.Primitives
|
|
|
/// through to the parent window.
|
|
|
/// </summary>
|
|
|
/// <remarks>
|
|
|
- /// When <see cref="IsLightDismissEnabled"/> is set to true, clicks outside the the popup
|
|
|
+ /// When <see cref="IsLightDismissEnabled"/> is set to true, clicks outside the popup
|
|
|
/// cause the popup to close. When <see cref="OverlayDismissEventPassThrough"/> is set to
|
|
|
/// false, these clicks will be handled by the popup and not be registered by the parent
|
|
|
/// window. When set to true, the events will be passed through to the parent window.
|