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