I have silverlight solution that contains three projects Customs, Customs.Admin, Customs.Web The Customs project has got converter class [ConvertoBool] which is used throught the project for its
I\'m trying to develop a way of switching Windows Phone 7 application style depending on a setting. The styles look like this:
I\'ve discovered to my great annoyance, that once I move a color gradient or some other complex style to a resource dictionary it is out of Expression Blend\'s Visual Studio WPF Designer Thingy\'s jur
Is it possible to directly reference to a Brush value from another Brush in my resource dictionary, without using a Color definition (or to be exact, copy one brush resource into another)?
I have a project containing a xaml ResourceDictionary that I wish to use outside of a FrameworkElement. The resource dictionary will contain a DataTemplate for a class local to the project to avoid po
I have a XAMl string table that is working a treat when i need to refer to it from my controls in XAML.
What I have doen has been based on this article: http://msdn.microsoft.com/en-us/library/aa348547.aspx
I have one WPF control that I want to use in my WinForms application (using an ElementHost) in several places (=> multiple instances of this control).
I\'m trying to figure out how to programmatically apply a theme at runtime in our Silverlight 4 application.I figured this should be as simple as loading a resource dictionary from XAML and merging it
Consider a File | New Project of a WPF Application that contains: A new custom control named CustomControl1