28 references to FrameworkElement
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Async\WaitHelper.cs (1)
19new FrameworkElement().Dispatcher.Invoke(action, priority);
PresentationFramework (27)
MS\Internal\Documents\DocumentGrid.cs (1)
56public DocumentGrid() : base()
MS\Internal\Documents\DocumentGridPage.cs (1)
36public DocumentGridPage(DocumentPaginator paginator) : base()
MS\Internal\Documents\DocumentPageHost.cs (1)
31: base()
System\Windows\Controls\AccessText.cs (1)
89public AccessText() : base()
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
38public AdornedElementPlaceholder() : base()
System\Windows\Controls\ContentPresenter.cs (1)
94public ContentPresenter() : base()
System\Windows\Controls\Control.cs (1)
45public Control() : base()
System\Windows\Controls\DataGrid.cs (2)
6939target = new FrameworkElement 6977target = new FrameworkElement
System\Windows\Controls\Decorator.cs (1)
40public Decorator() : base()
System\Windows\Controls\Image.cs (1)
45public Image() : base()
System\Windows\Controls\InkCanvas.cs (1)
146public InkCanvas() : base()
System\Windows\Controls\MediaElement.cs (1)
66public MediaElement() : base()
System\Windows\Controls\Panel.cs (1)
40protected Panel() : base()
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
41public DocumentPageView() : base()
System\Windows\Controls\Primitives\Popup.cs (1)
65public Popup() : base()
System\Windows\Controls\Primitives\PopupRoot.cs (1)
29internal PopupRoot() : base()
System\Windows\Controls\Primitives\TickBar.cs (1)
70public TickBar() : base()
System\Windows\Controls\Primitives\Track.cs (1)
41public Track() : base()
System\Windows\Controls\TextBlock.cs (2)
328public TextBlock() : base() 337: base()
System\Windows\Controls\ToolBarTray.cs (1)
54public ToolBarTray() : base()
System\Windows\Documents\DocumentReference.cs (1)
41public DocumentReference() : base()
System\Windows\Documents\FixedPage.cs (1)
66public FixedPage() : base()
System\Windows\Documents\PageContent.cs (1)
51public PageContent() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4930DefaultConstructor = delegate () { return new System.Windows.FrameworkElement(); },
System\Windows\Markup\KnownTypes.cs (1)
1280case KnownElements.FrameworkElement: o = new System.Windows.FrameworkElement(); break;