18 types derived from UserControl
System.Activities.Core.Presentation (5)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
16
partial class CaseKeyBox :
UserControl
, ICaseKeyBoxView
System\Activities\Core\Presentation\DynamicActivityPropertyChooser.xaml.cs (1)
15
internal partial class DynamicActivityPropertyChooser :
UserControl
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (1)
15
internal partial class ReorderableListEditor :
UserControl
System\Activities\Core\Presentation\StateConnectionPointToolTip.xaml.cs (1)
26
internal partial class StateConnectionPointToolTip :
UserControl
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
25
internal sealed partial class DynamicArgumentDesigner :
UserControl
System.Activities.Presentation (13)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (1)
13
internal partial class ActivityDelegateInfoPresenter :
UserControl
System.Activities.Presentation\System\Activities\Presentation\Annotations\DockedAnnotationView.xaml.cs (1)
12
internal partial class DockedAnnotationView :
UserControl
, IDockedAnnotation
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
16
internal sealed partial class FloatingAnnotationView :
UserControl
, IFloatingAnnotation
System.Activities.Presentation\System\Activities\Presentation\Expressions\ExpressionActivityEditor.cs (1)
20
public abstract class ExpressionActivityEditor :
UserControl
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
23
internal class Connector :
UserControl
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
23
partial class MiniMapControl :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
49
public partial class DesignerView :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\ErrorView.xaml.cs (1)
23
sealed partial class ErrorView :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
30
public sealed partial class ExpressionTextBox :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\NamespaceDisplay.xaml.cs (1)
21
partial class NamespaceDisplay :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\SpacerPlaceholder.xaml.cs (1)
13
internal partial class SpacerPlaceholder :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
26
partial class VBIdentifierDesigner :
UserControl
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
15
internal partial class VersionEditor :
UserControl
, IVersionEditor
2 instantiations of UserControl
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10848
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
UserControl
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1638
case KnownElements.UserControl: o = new System.Windows.Controls.
UserControl
(); break;
17 references to UserControl
PresentationFramework (14)
src\Framework\System\Windows\Automation\Peers\UserControlAutomationPeer.cs (1)
14
public UserControlAutomationPeer(
UserControl
owner) : base(owner)
src\Framework\System\Windows\Controls\UserControl.cs (7)
28
DefaultStyleKeyProperty.OverrideMetadata(typeof(
UserControl
), new FrameworkPropertyMetadata(typeof(
UserControl
)));
29
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
UserControl
));
31
FocusableProperty.OverrideMetadata(typeof(
UserControl
), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
32
KeyboardNavigation.IsTabStopProperty.OverrideMetadata(typeof(
UserControl
), new FrameworkPropertyMetadata(BooleanBoxes.FalseBox));
34
HorizontalContentAlignmentProperty.OverrideMetadata(typeof(
UserControl
), new FrameworkPropertyMetadata(HorizontalAlignment.Stretch));
35
VerticalContentAlignmentProperty.OverrideMetadata(typeof(
UserControl
), new FrameworkPropertyMetadata(VerticalAlignment.Stretch));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
798
case 706: t = () => typeof(
UserControl
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6073
Type type = typeof(System.Windows.Controls.
UserControl
);
6074
DependencyProperty dp = System.Windows.Controls.
UserControl
.ContentProperty;
6076
this.GetXamlType(typeof(System.Windows.Controls.
UserControl
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10846
typeof(System.Windows.Controls.
UserControl
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6250
case KnownElements.UserControl: t = typeof(System.Windows.Controls.
UserControl
); break;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
949
toolTip.SetBinding(
UserControl
.ContentProperty, binding);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (2)
25
UserControl
defaultDisplayNameReadOnlyControl;
164
this.defaultDisplayNameReadOnlyControl = this.Template.FindName("DisplayNameReadOnlyControl_6E8E4954_F6B2_4c6c_9E28_33A7A78F1E81", this) as
UserControl
;