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 1616 </ResourceDictionary >
1717 </UserControl .Resources>
1818 <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" >
2020 <Slider TickFrequency =" 5" Width =" 150" Orientation =" Horizontal" Minimum =" 1" Maximum =" 50" Value =" 25" />
2121 <Slider TickFrequency =" 5" TickPlacement =" BottomRight" Height =" 50" Orientation =" Vertical" Minimum =" 1" Maximum =" 50" />
2222 <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
77nuget NSubstitute ~> 2.0
88nuget RhinoMocks 3.6.1
99nuget Shouldly ~> 2.8
10- nuget XamlDisplayerPackage 1.0.4
10+ nuget XamlDisplayerPackage 1.0.5
1111nuget xunit ~> 2.2
1212
1313github ControlzEx/ControlzEx:e687c6ac4279c4e513b7ef9a75622411350db874 src/ControlzEx/PopupEx.cs
Original file line number Diff line number Diff line change 1414 RhinoMocks (3.6.1)
1515 Shouldly (2.8.3)
1616 System.Runtime.InteropServices.RuntimeInformation (4.3) - restriction: || (== net45) (&& (== net45) (== net452))
17- XamlDisplayerPackage (1.0.4 )
17+ XamlDisplayerPackage (1.0.5 )
1818 xunit (2.2)
1919 xunit.assert (2.2)
2020 xunit.core (2.2)
You can’t perform that action at this time.
0 commit comments