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