Skip to content

Commit 5fee00c

Browse files
DYN-8896 Code Only Node View (#16188)
Co-authored-by: Ashish Aggarwal <ashish.aggarwal@autodesk.com>
1 parent f2ce342 commit 5fee00c

File tree

16 files changed

+2961
-942
lines changed

16 files changed

+2961
-942
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<UserControl x:Class="Dynamo.UI.Controls.InPorts"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6+
xmlns:p="clr-namespace:Dynamo.Wpf.Properties"
7+
xmlns:ui="clr-namespace:Dynamo.UI"
8+
mc:Ignorable="d">
9+
</UserControl>

src/DynamoCoreWpf/Controls/InPorts.xaml.cs

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<UserControl x:Class="Dynamo.UI.Controls.OutPorts"
2+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6+
xmlns:local="clr-namespace:Dynamo.Wpf.Controls"
7+
mc:Ignorable="d">
8+
</UserControl>

0 commit comments

Comments
 (0)