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