16 references to Control
PresentationFramework (16)
MS\Internal\Controls\TemplatedAdorner.cs (1)
43Control control = new Control
System\Windows\Controls\ContentControl.cs (1)
35public ContentControl() : base()
System\Windows\Controls\FlowDocumentReader.cs (1)
65: base()
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
73: base()
System\Windows\Controls\GridSplitter.cs (1)
391Control previewControl = new Control
System\Windows\Controls\ItemsControl.cs (1)
45public ItemsControl() : base()
System\Windows\Controls\PasswordBox.cs (1)
86public PasswordBox() : base()
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
59: base()
System\Windows\Controls\Primitives\ResizeGrip.cs (1)
48public ResizeGrip() : base()
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
68internal TextBoxBase() : base()
System\Windows\Controls\Primitives\Thumb.cs (1)
32public Thumb() : base()
System\Windows\Controls\StickyNote.cs (1)
126internal StickyNoteControl(StickyNoteType type) : base()
System\Windows\Input\KeyboardNavigation.cs (2)
497Control control = new Control 610Control control = new Control
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3152DefaultConstructor = delegate () { return new System.Windows.Controls.Control(); },
System\Windows\Markup\KnownTypes.cs (1)
1180case KnownElements.Control: o = new System.Windows.Controls.Control(); break;