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)
55
public DocumentGrid() :
base
()
MS\Internal\Documents\DocumentGridPage.cs (1)
35
public DocumentGridPage(DocumentPaginator paginator) :
base
()
MS\Internal\Documents\DocumentPageHost.cs (1)
30
:
base
()
System\Windows\Controls\AccessText.cs (1)
88
public AccessText() :
base
()
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
37
public AdornedElementPlaceholder() :
base
()
System\Windows\Controls\ContentPresenter.cs (1)
93
public ContentPresenter() :
base
()
System\Windows\Controls\Control.cs (1)
44
public Control() :
base
()
System\Windows\Controls\DataGrid.cs (2)
6890
target = new
FrameworkElement
6928
target = new
FrameworkElement
System\Windows\Controls\Decorator.cs (1)
39
public Decorator() :
base
()
System\Windows\Controls\Image.cs (1)
44
public Image() :
base
()
System\Windows\Controls\InkCanvas.cs (1)
145
public InkCanvas() :
base
()
System\Windows\Controls\MediaElement.cs (1)
65
public MediaElement() :
base
()
System\Windows\Controls\Panel.cs (1)
39
protected Panel() :
base
()
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
40
public DocumentPageView() :
base
()
System\Windows\Controls\Primitives\Popup.cs (1)
64
public Popup() :
base
()
System\Windows\Controls\Primitives\PopupRoot.cs (1)
28
internal PopupRoot() :
base
()
System\Windows\Controls\Primitives\TickBar.cs (1)
69
public TickBar() :
base
()
System\Windows\Controls\Primitives\Track.cs (1)
40
public Track() :
base
()
System\Windows\Controls\TextBlock.cs (2)
327
public TextBlock() :
base
()
336
:
base
()
System\Windows\Controls\ToolBarTray.cs (1)
53
public ToolBarTray() :
base
()
System\Windows\Documents\DocumentReference.cs (1)
40
public DocumentReference() :
base
()
System\Windows\Documents\FixedPage.cs (1)
65
public FixedPage() :
base
()
System\Windows\Documents\PageContent.cs (1)
50
public PageContent() :
base
()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4929
DefaultConstructor = delegate () { return new System.Windows.
FrameworkElement
(); },
System\Windows\Markup\KnownTypes.cs (1)
1279
case KnownElements.FrameworkElement: o = new System.Windows.
FrameworkElement
(); break;