16 references to Control
PresentationFramework (16)
MS\Internal\Controls\TemplatedAdorner.cs (1)
51
Control control = new
Control
();
System\Windows\Controls\ContentControl.cs (1)
45
public ContentControl() :
base
()
System\Windows\Controls\FlowDocumentReader.cs (1)
71
:
base
()
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
77
:
base
()
System\Windows\Controls\GridSplitter.cs (1)
398
Control previewControl = new
Control
();
System\Windows\Controls\ItemsControl.cs (1)
55
public ItemsControl() :
base
()
System\Windows\Controls\PasswordBox.cs (1)
101
public PasswordBox() :
base
()
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
76
:
base
()
System\Windows\Controls\Primitives\ResizeGrip.cs (1)
56
public ResizeGrip() :
base
()
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
78
internal TextBoxBase() :
base
()
System\Windows\Controls\Primitives\Thumb.cs (1)
47
public Thumb() :
base
()
System\Windows\Controls\StickyNote.cs (1)
154
internal StickyNoteControl(StickyNoteType type) :
base
()
System\Windows\Input\KeyboardNavigation.cs (2)
508
Control control = new
Control
();
619
Control control = new
Control
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2990
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Control
(); };
System\Windows\Markup\KnownTypes.cs (1)
1187
case KnownElements.Control: o = new System.Windows.Controls.
Control
(); break;