File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
</ResourceDictionary >
17
17
</UserControl .Resources>
18
18
<ScrollViewer >
19
- <codeDisplayer : XamlDisplayerPanel DisplayMode =" LeftRight" IsCodeDisplayed =" {Binding Path=IsChecked, ElementName=ToggleButton}" VerticalAlignment =" Center" >
19
+ <codeDisplayer : XamlDisplayerPanel DisplayMode =" LeftRight" IsCodeDisplayingPanelExpanded =" {Binding Path=IsChecked, ElementName=ToggleButton}" VerticalAlignment =" Center" >
20
20
<Slider TickFrequency =" 5" Width =" 150" Orientation =" Horizontal" Minimum =" 1" Maximum =" 50" Value =" 25" />
21
21
<Slider TickFrequency =" 5" TickPlacement =" BottomRight" Height =" 50" Orientation =" Vertical" Minimum =" 1" Maximum =" 50" />
22
22
<Slider TickFrequency =" 25" Height =" 150" TickPlacement =" TopLeft" Orientation =" Vertical" Minimum =" 1" Maximum =" 50" IsEnabled =" False" Margin =" 24 8 0 8" />
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ nuget Moq ~> 4.7
7
7
nuget NSubstitute ~> 2.0
8
8
nuget RhinoMocks 3.6.1
9
9
nuget Shouldly ~> 2.8
10
- nuget XamlDisplayerPackage 1.0.4
10
+ nuget XamlDisplayerPackage 1.0.5
11
11
nuget xunit ~> 2.2
12
12
13
13
github ControlzEx/ControlzEx:e687c6ac4279c4e513b7ef9a75622411350db874 src/ControlzEx/PopupEx.cs
Original file line number Diff line number Diff line change 14
14
RhinoMocks (3.6.1)
15
15
Shouldly (2.8.3)
16
16
System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (== net45) (&& (== net45) (== net452))
17
- XamlDisplayerPackage (1.0.4 )
17
+ XamlDisplayerPackage (1.0.5 )
18
18
xunit (2.2)
19
19
xunit.assert (2.2)
20
20
xunit.core (2.2)
You can’t perform that action at this time.
0 commit comments