1 implementation of GetXamlObjectWriter
System.Xaml (1)
System\Xaml\Context\XamlObjectWriterFactory.cs (1)
24
public XamlObjectWriter
GetXamlObjectWriter
(XamlObjectWriterSettings settings)
4 references to GetXamlObjectWriter
PresentationFramework (4)
System\Windows\FrameworkTemplate.cs (1)
943
XamlObjectWriter objectWriter = _templateHolder.ObjectWriterFactory.
GetXamlObjectWriter
(settings);
System\Windows\Markup\WpfXamlLoader.cs (1)
138
xamlWriter = writerFactory.
GetXamlObjectWriter
(settings);
System\Windows\ResourceDictionary.cs (1)
1147
System.Xaml.XamlObjectWriter writer = _objectWriterFactory.
GetXamlObjectWriter
(null);
System\Windows\TemplateContent.cs (1)
217
TemplateLoadData.ObjectWriter = ObjectWriterFactory.
GetXamlObjectWriter
(settings);