File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 xmlns : wpf =" clr-namespace:TheArtOfDev.HtmlRenderer.Demo.WPF"
5- Title =" HTML Renderer WPF Demo" Height =" 486" Width =" 900" SnapsToDevicePixels = " True " >
5+ Title =" HTML Renderer WPF Demo" Height =" 486" Width =" 900" >
66 <Window .Resources>
77 <wpf : ToolStripImageConverter x : Key =" Converter" />
88 </Window .Resources>
Original file line number Diff line number Diff line change 99 <Button Content =" Save to File" Click =" OnSaveToFile_click" />
1010 </ToolBar >
1111 <DockPanel x : Name =" _imageBoxBorder" Background =" {StaticResource TransBackBrush}" >
12- <Image x : Name =" _imageBox" Stretch =" None" SnapsToDevicePixels = " True " />
12+ <Image x : Name =" _imageBox" Stretch =" None" />
1313 </DockPanel >
1414 </DockPanel >
1515</Window >
You can’t perform that action at this time.
0 commit comments