27 references to FrameworkElement
PresentationFramework (27)
MS\Internal\Documents\DocumentGrid.cs (1)
63public DocumentGrid() : base()
MS\Internal\Documents\DocumentGridPage.cs (1)
49public DocumentGridPage(DocumentPaginator paginator) : base()
MS\Internal\Documents\DocumentPageHost.cs (1)
32: base()
System\Windows\Controls\AccessText.cs (1)
91public AccessText() : base()
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
45public AdornedElementPlaceholder() : base()
System\Windows\Controls\ContentPresenter.cs (1)
101public ContentPresenter() : base()
System\Windows\Controls\Control.cs (1)
54public Control() : base()
System\Windows\Controls\DataGrid.cs (2)
6938target = new FrameworkElement(); 6974target = new FrameworkElement();
System\Windows\Controls\Decorator.cs (1)
45public Decorator() : base()
System\Windows\Controls\Image.cs (1)
53public Image() : base()
System\Windows\Controls\InkCanvas.cs (1)
150public InkCanvas() : base()
System\Windows\Controls\MediaElement.cs (1)
73public MediaElement() : base()
System\Windows\Controls\Panel.cs (1)
47protected Panel() : base()
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
45public DocumentPageView() : base()
System\Windows\Controls\Primitives\Popup.cs (1)
76public Popup() : base()
System\Windows\Controls\Primitives\PopupRoot.cs (1)
38internal PopupRoot() : base()
System\Windows\Controls\Primitives\TickBar.cs (1)
84public TickBar() : base()
System\Windows\Controls\Primitives\Track.cs (1)
52public Track() : base()
System\Windows\Controls\TextBlock.cs (2)
340public TextBlock() : base() 349: base()
System\Windows\Controls\ToolBarTray.cs (1)
62public ToolBarTray() : base()
System\Windows\Documents\DocumentReference.cs (1)
54public DocumentReference() : base()
System\Windows\Documents\FixedPage.cs (1)
72public FixedPage() : base()
System\Windows\Documents\PageContent.cs (1)
65public PageContent() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4547bamlType.DefaultConstructor = delegate() { return new System.Windows.FrameworkElement(); };
System\Windows\Markup\KnownTypes.cs (1)
1286case KnownElements.FrameworkElement: o = new System.Windows.FrameworkElement(); break;