Esempio n. 1
0
        public IPresentationSource CreatePresentationSource(UIElement rootElement)
        {
            WpfPresentationSource presentationSource = new WpfPresentationSource(rootElement, WpfValueConverter.Default);

            presentationSources.Add(presentationSource);

            return(presentationSource);
        }
Esempio n. 2
0
        public IPresentationSource CreatePresentationSource(UIElement rootElement)
        {
            WpfPresentationSource presentationSource = new WpfPresentationSource(rootElement, wpfRenderElementFactory, wpfValueConverter);

            presentationSources.Add(presentationSource);

            return(presentationSource);
        }
Esempio n. 3
0
        public IPresentationSource CreatePresentationSource(UIElement rootElement)
        {
            WpfPresentationSource presentationSource = new WpfPresentationSource(rootElement, WpfValueConverter.Default);
            presentationSources.Add(presentationSource);

            return presentationSource;
        }