File tree Expand file tree Collapse file tree 3 files changed +8
-88
lines changed Expand file tree Collapse file tree 3 files changed +8
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 222
222
<Compile Include =" Converters\ShadowConverter.cs" />
223
223
<Compile Include =" Converters\SizeToRectConverter.cs" />
224
224
<Compile Include =" CustomPopupPlacementCallbackHelper.cs" />
225
- <Compile Include =" CustomValidationPopup.cs" />
226
225
<Compile Include =" DataGridAssist.cs" />
227
226
<Compile Include =" DateTimeEx.cs" />
228
227
<Compile Include =" DialogClosingEventArgs.cs" />
Original file line number Diff line number Diff line change 1
1
<ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
- xmlns : wpf =" clr-namespace:MaterialDesignThemes.Wpf" >
3
+ xmlns : wpf =" clr-namespace:MaterialDesignThemes.Wpf"
4
+ xmlns : controlz =" clr-namespace:Controlz" >
4
5
<BooleanToVisibilityConverter x : Key =" BooleanToVisibilityConverter" />
5
6
6
7
<ControlTemplate x : Key =" MaterialDesignValidationErrorTemplate" >
23
24
<ContentPresenter Content =" {Binding CurrentItem}" />
24
25
</Border >
25
26
26
- <wpf : CustomValidationPopup x : Name =" ValidationPopup"
27
- IsOpen =" False"
28
- Placement =" Bottom" PlacementTarget =" {Binding ElementName=Placeholder}"
29
- AllowsTransparency =" True" >
27
+ <controlz : PopupEx x : Name =" ValidationPopup"
28
+ IsOpen =" False"
29
+ Placement =" Bottom"
30
+ PlacementTarget =" {Binding ElementName=Placeholder, Mode=OneWay}"
31
+ AllowsTransparency =" True" >
30
32
<Border Background =" {DynamicResource MaterialDesignPaper}" >
31
33
<ContentPresenter Content =" {Binding CurrentItem}" />
32
34
</Border >
33
- </wpf : CustomValidationPopup >
35
+ </controlz : PopupEx >
34
36
</StackPanel >
35
37
<ControlTemplate .Triggers>
36
38
<MultiDataTrigger >
You can’t perform that action at this time.
0 commit comments