source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Doc/Help/Presentation/Shared/configuration/xamlSyntax.config@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 3.0 KB
Line 
1<xamlConfiguration>
2 <!-- Classes whose subclasses (and members) do NOT get XAML syntax even though they otherwise satisfy the XAML-ness algorithm -->
3 <xamlExcludedAncestors>
4 <class api="T:System.EventArgs"/>
5 <class api="T:System.Exception"/>
6 <class api="T:System.Security.Permissions.Permission"/>
7 </xamlExcludedAncestors>
8
9 <!-- List the assemblies for which XamlGenerator generates XAML syntax or boilerplate.
10 The XAML syntax blocks for members of all other assemblies get a generic boilerplate, e.g. "Not applicable." -->
11 <xamlAssemblies>
12 <assembly name="PresentationFramework">
13 <xmlns uri="http://schemas.microsoft.com/winfx/xaml/presentation">
14 <clrNamespace name="System.Windows.Input"/>
15 <clrNamespace name="System.Windows"/>
16 <clrNamespace name="System.Windows.Media.Animation"/>
17 <clrNamespace name="System.Windows.Controls.Primitives"/>
18 <clrNamespace name="System.Windows.Data"/>
19 <clrNamespace name="System.Windows.Navigation"/>
20 <clrNamespace name="System.Windows.Shapes"/>
21 <clrNamespace name="System.Windows.Documents"/>
22 <clrNamespace name="System.Windows.Controls"/>
23 </xmlns>
24 <xmlns uri="http://schemas.microsoft.com/winfx/xaml">
25 <clrNamespace name="System.Windows.Markup"/>
26 </xmlns>
27 </assembly>
28 <assembly name="PresentationCore">
29 <xmlns uri="http://schemas.microsoft.com/winfx/xaml/presentation">
30 <clrNamespace name="System.Windows.Input"/>
31 <clrNamespace name="System.Windows"/>
32 <clrNamespace name="System.Windows.Media.Imaging"/>
33 <clrNamespace name="System.Windows.Media.TextFormatting"/>
34 <clrNamespace name="System.Windows.Media.Effects"/>
35
36 <clrNamespace name="System.Windows.Media"/>
37 <clrNamespace name="System.Windows.Media.Animation"/>
38 <clrNamespace name="System.Windows.Media.Media3D"/>
39 <clrNamespace name="System.Windows.Ink"/>
40 <clrNamespace name="System.Windows.Automation"/>
41 </xmlns>
42 <xmlns uri="http://schemas.microsoft.com/winfx/xaml">
43 <clrNamespace name="System.Windows.Markup"/>
44 </xmlns>
45 </assembly>
46 <assembly name="WindowsBase">
47 <xmlns uri="http://schemas.microsoft.com/winfx/xaml/presentation">
48 <clrNamespace name="System.Windows.Input"/>
49 <clrNamespace name="System.Windows"/>
50 <clrNamespace name="System.Windows.Media"/>
51 </xmlns>
52 </assembly>
53 <assembly name="WindowsFormsIntegration">
54 <xmlns uri="http://schemas.microsoft.com/winfx/xaml/presentation">
55 <clrNamespace name="System.Windows.Forms.Integration"/>
56 </xmlns>
57 </assembly>
58 <assembly name="PresentationFramework.Aero"/>
59 <assembly name="PresentationFramework.Luna"/>
60 <assembly name="PresentationFramework.Classic"/>
61 <assembly name="PresentationFramework.Royale"/>
62 <assembly name="ReachFramework"/>
63 </xamlAssemblies>
64</xamlConfiguration>
65
Note: See TracBrowser for help on using the repository browser.