Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!#63

Merged
siegfriedpammer merged 2 commits intoicsharpcode:masterfrom
jogibear9988:master
Aug 27, 2013
Merged

Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!#63
siegfriedpammer merged 2 commits intoicsharpcode:masterfrom
jogibear9988:master

Conversation

@jogibear9988
Copy link
Copy Markdown
Member

No description provided.

Now also Code like this:
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Canvas>
    <Button x:Name="aa"
            Content="{Binding Name, ElementName=aa}"
            Width="75.2"
            Height="23.2"
            Canvas.Left="85.6"
            Canvas.Top="197.6" />
  </Canvas>
</Window>

works!
siegfriedpammer added a commit that referenced this pull request Aug 27, 2013
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
@siegfriedpammer siegfriedpammer merged commit 463ee02 into icsharpcode:master Aug 27, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants