예제 #1
0
        public IPresentationSource CreatePresentationSource(UIElement rootElement)
        {
            WpfPresentationSource presentationSource = new WpfPresentationSource(rootElement, WpfValueConverter.Default);

            presentationSources.Add(presentationSource);

            return(presentationSource);
        }
예제 #2
0
        public IPresentationSource CreatePresentationSource(UIElement rootElement)
        {
            WpfPresentationSource presentationSource = new WpfPresentationSource(rootElement, wpfRenderElementFactory, wpfValueConverter);

            presentationSources.Add(presentationSource);

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

            return presentationSource;
        }