Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions src/MaterialDesignThemes.Wpf/CustomPopupPlacementCallbackHelper.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@
Template="{StaticResource CalendarButtonTemplate}" />
<Popup x:Name="PART_Popup"
AllowsTransparency="True"
CustomPopupPlacementCallback="{x:Static wpf:CustomPopupPlacementCallbackHelper.LargePopupCallback}"
Placement="Custom"
Placement="Bottom"
PlacementTarget="{Binding ElementName=PART_TextBox}"
PopupAnimation="Fade"
StaysOpen="False" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@
Template="{StaticResource ClockButtonTemplate}" />
<Popup x:Name="PART_Popup"
AllowsTransparency="True"
CustomPopupPlacementCallback="{x:Static wpf:CustomPopupPlacementCallbackHelper.LargePopupCallback}"
Placement="Custom"
Placement="Bottom"
PlacementTarget="{Binding ElementName=PART_TextBox}"
PopupAnimation="Fade"
StaysOpen="False" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ public async Task DatePicker_ShouldApplyIsMouseOverTriggers_WhenHoveringCalendar

recorder.Success();
}

}

public class FutureDateValidationRule : ValidationRule
Expand Down
Loading