1-10 of 12 < Previous Next >
Discussions for Microsoft XAML Toolkit
Latest post:
Mar 10 2011
1 Post
First post: go_ingenious wrote: I can't find a sample of how I can use the toolkit to see what C# code is generated/equivalent to a particular XAML code. It was demonstrated on the Channel 9 video ([url:http://channel9....
Jump to: First Post
Latest post:
Mar 2 2011
1 Post
First post: yoho wrote: I extracted all files to C:\Program Files\Microsoft XAML Toolkit\, and in FxCop 10.0.30319.1 I tried to add rules from Microsoft.Xaml.Tools.FxCop.dll. I got CA0053: Unable to load rule as...
Jump to: First Post
Latest post:
Aug 2 2010
2 Posts
First post: matzeooK wrote: XamlDom is very nice. I really would like to use it for my Editor/Designer. The problem is that I have to preserve the original file formatting in the XamlDom-edited- and saved file. Is t...
Latest post: matzeooK wrote: @ Brian: I tried to post this several times to "Microsoft XAML Toolkit CTP – July 2010: XAML DOM - Comments" but the page seems to be buggy!
Jump to: First Post    |Latest Post
Latest post:
Jul 21 2010
2 Posts
First post: Sorteper wrote: Can XamlDom be used to Load/Save WPF content?
Latest post: brianchapman wrote: Yes. That is its purpose.
Jump to: First Post    |Latest Post
Latest post:
May 25 2010
2 Posts
First post: miromiroslavov wrote: Is there a way to get the XAML string out of XamlDomObject? It'll be great if I can get it into stream, as well. It appears that XamlDomServices can save it only in a file. Thank you.
Latest post: brianchapman wrote: Although the Xaml Tool Kit only provides a Save() to file API, it is not difficult to write a save to string version: public static string SaveToString(XamlDomObject rootObject...
Jump to: First Post    |Latest Post
Latest post:
Mar 18 2010
2 Posts
First post: Riemaecker wrote: I've a class "DataAgent" which ContentPropertyAttribute("Elements") and has an element collection (public ObservableCollection Elements) which mainly implements generic and non-generic ...
Latest post: mishim wrote: I've posted a blog entry on the differences between StartObject and GetObject in System.Xaml http://michaelshim.com/blog/2010/03/18/getobject-vs-startobject/ When you don't load as...
Jump to: First Post    |Latest Post
Latest post:
Mar 15 2010
3 Posts
First post: Riemaecker wrote: I use .Net 4.0 RC. I've made a tool (with DSL Tools) which displays a diagram of objects within xaml files of a solution. The xaml files are from a .Net 3.5 Solution. Somehow, I'm not ab...
Latest post: Riemaecker wrote: Ok, I found out that I've to load the assemblies (XamlSchemaContext) to be able to default xaml attributes like "Name" and etc. If you load the doc without assembly, you get null when cal...
Jump to: First Post    |Latest Post
Latest post:
Dec 18 2009
2 Posts
First post: michaelsync wrote: Hello, I found that this toolkit supports only .NET 4.0. As .NET 4.0 is still in beta, we are not able to use it for our real project. so, we are still using .NET 3.5. and we are having p...
Latest post: Shimeez wrote: We rely on System.Xaml.dll which is a new component in .NET 4. We can't ship downlevel unless we also ship a version of System.Xaml.dll. Unfortunately, that's not currently in our plans.
Jump to: First Post    |Latest Post
Latest post:
Dec 8 2009
2 Posts
First post: oocx wrote: Is UISchemaContext(UISchemaContextMode.WPF) supposed to return a context that behaves identically to the one I get by calling XamlReader.GetWpfSchemaContext()? Is there any other differ...
Latest post: Shimeez wrote: Right now it currently doesn't. We're working on making it return the same XamlSchemaContext. There are currently bugs in the way we read from BAML and we're working on those at the sam...
Jump to: First Post    |Latest Post
Latest post:
Nov 24 2009
3 Posts
First post: oocx wrote: When I try to save a XamlDomObject, I get the following error: "Cannot write positional parameters in the current state. The writer cannot write the positional parameters in attribute f...
Latest post: oocx wrote: Thank you Michael, that fixed most of the problems :-) I added the following line to my project: Assembly.Load("PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31...
Jump to: First Post    |Latest Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 12 < Previous 1 2 Next >
Updating...
Page view tracker