18 references to FrameworkElementFactory
PresentationFramework (13)
src\Framework\System\Windows\Controls\ContentPresenter.cs (2)
951FrameworkElementFactory text = new FrameworkElementFactory(typeof(AccessText)); 959FrameworkElementFactory text = new FrameworkElementFactory(typeof(TextBlock));
src\Framework\System\Windows\Controls\DataGrid.cs (1)
45FrameworkElementFactory dataGridRowPresenterFactory = new FrameworkElementFactory(typeof(DataGridRowsPresenter));
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
104ItemsPanelProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DataGridCellsPanel)))));
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1162FrameworkElementFactory border = new FrameworkElementFactory(typeof(Border));
src\Framework\System\Windows\Controls\GroupStyle.cs (2)
43ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(StackPanel))); 48template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(VirtualizingStackPanel)));
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
871ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(StackPanel)));
src\Framework\System\Windows\Controls\ListBox.cs (1)
72ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(VirtualizingStackPanel)));
src\Framework\System\Windows\Controls\Menu.cs (1)
75FrameworkElementFactory panel = new FrameworkElementFactory(typeof(WrapPanel));
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
40ItemsPanelProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DataGridCellsPanel)))));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
43FrameworkElementFactory factory = new FrameworkElementFactory(typeof(DataGridCellsPanel));
src\Framework\System\Windows\Controls\Primitives\StatusBar.cs (1)
42ItemsPanelTemplate template = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DockPanel)));
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
693this.flagEditorTemplate.VisualTree = new FrameworkElementFactory(typeof(FlagEditor));
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
739var contentPresenterFactory = new FrameworkElementFactory(typeof(ContentPresenter));
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
937FrameworkElementFactory contentControlFactory = new FrameworkElementFactory(typeof(ContentControl)); 942template.VisualTree = new FrameworkElementFactory(typeof(NoContextMenuGrid));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
1148FrameworkElementFactory feFactory = new FrameworkElementFactory(typeof(VerticalConnector));