5 references to Baml6Assembly
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (5)
109
case 0: assembly = new
Baml6Assembly
(typeof(double).Assembly); break; // never happens ??
110
case 1: assembly = new
Baml6Assembly
(typeof(System.Uri).Assembly); break;
111
case 2: assembly = new
Baml6Assembly
(typeof(System.Windows.DependencyObject).Assembly); break;
112
case 3: assembly = new
Baml6Assembly
(typeof(System.Windows.UIElement).Assembly); break;
113
case 4: assembly = new
Baml6Assembly
(typeof(System.Windows.FrameworkElement).Assembly); break;