28 types derived from Control
PresentationFramework (17)
src\Framework\System\Windows\Controls\Calendar.cs (1)
23
public class Calendar :
Control
src\Framework\System\Windows\Controls\ContentControl.cs (1)
31
public class ContentControl :
Control
, IAddChild
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
20
internal class DataGridColumnFloatingHeader :
Control
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
31
public class DataGridRow :
Control
src\Framework\System\Windows\Controls\DatePicker.cs (1)
31
public class DatePicker :
Control
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
37
public class FlowDocumentReader :
Control
, IAddChild, IJournalState
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
42
public class FlowDocumentScrollViewer :
Control
, IAddChild, IServiceProvider, IJournalState
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
45
public class ItemsControl :
Control
, IAddChild, IGeneratorHost, IContainItemStorage
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
43
public sealed class PasswordBox :
Control
, ITextBoxViewHost
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
26
public sealed partial class CalendarItem :
Control
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
50
public abstract class DocumentViewerBase :
Control
, IAddChild, IServiceProvider
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
33
public abstract class RangeBase :
Control
src\Framework\System\Windows\Controls\Primitives\ResizeGrip.cs (1)
39
public class ResizeGrip :
Control
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
47
public abstract class TextBoxBase :
Control
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
33
public class Thumb :
Control
src\Framework\System\Windows\Controls\Separator.cs (1)
18
public class Separator :
Control
src\Framework\System\Windows\Controls\StickyNote.cs (1)
90
public sealed partial class StickyNoteControl :
Control
,
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartResizeGrip.cs (1)
17
class FlowchartResizeGrip :
Control
System\Activities\Core\Presentation\StateContainerResizeGrip.cs (1)
20
class StateContainerResizeGrip :
Control
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (1)
22
internal class ActivityDelegatePresenter :
Control
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
35
internal class SubPropertyEditor :
Control
, INotifyPropertyChanged, ISelectionStop
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
39
internal class ChoiceEditor :
Control
, INotifyPropertyChanged, IIconProvider
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (1)
22
internal sealed class PropertyToolBar :
Control
, INotifyPropertyChanged
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
30
class PropertyContainer :
Control
, INotifyPropertyChanged
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyMarker.cs (1)
12
class PropertyMarker :
Control
{
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
26
sealed public partial class ToolboxControl :
Control
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (1)
18
class ExtensionWindowHeader :
Control
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
17
class ExtensionWindowResizeGrip :
Control
6 instantiations of Control
PresentationFramework (6)
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (1)
57
Control control = new
Control
();
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
400
Control previewControl = new
Control
();
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
556
Control control = new
Control
();
667
Control control = new
Control
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2986
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
Control
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1188
case KnownElements.Control: o = new System.Windows.Controls.
Control
(); break;
227 references to Control
PresentationFramework (175)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
603
internal override void ClearResizeGripControl(
Control
oldCtrl)
609
internal override void SetResizeGripControl(
Control
ctrl)
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (2)
41
private
Control
_child;
57
Control
control = new Control();
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (2)
64
findToolBar.SetResourceReference(
Control
.StyleProperty, FindToolBarStyleKey);
385
internal static void OnContextMenuOpening(FlowDocument document,
Control
viewer, ContextMenuEventArgs e)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
131
culture = DynamicPropertyReader.GetCultureInfo((
Control
)_owner.Host);
src\Framework\MS\Internal\Documents\TextBoxView.cs (18)
47
Invariant.Assert(host is
Control
);
698
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1419
TextProperties defaultTextProperties = new TextProperties((
Control
)_host, _host.IsTypographyDefaultValue);
1423
return new LineProperties((
Control
)_host, (
Control
)_host, defaultTextProperties, null, this.CalculatedTextAlignment);
1560
Control
hostControl = (
Control
)_host;
1735
Control
hostControl = (
Control
)_host;
1871
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1876
&& ((bool)((
Control
)_host).GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty)
1877
|| (bool)((
Control
)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
2247
if ((ScrollBarVisibility)((
Control
)_host).GetValue(ScrollViewer.VerticalScrollBarVisibilityProperty) == ScrollBarVisibility.Auto)
3024
switch (((
Control
)_host).VerticalContentAlignment)
3060
Control
host = (
Control
)_host;
3148
Control
hostControl = (
Control
)owner.Host;
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1055
Separator.PrepareContainer(element as
Control
);
src\Framework\System\Windows\Controls\Control.cs (29)
37
FocusableProperty.OverrideMetadata(typeof(
Control
), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
39
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
40
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
41
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
42
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
45
IsKeyboardFocusedPropertyKey.OverrideMetadata(typeof(
Control
), new PropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
76
= Border.BorderBrushProperty.AddOwner(typeof(
Control
),
98
= Border.BorderThicknessProperty.AddOwner(typeof(
Control
),
120
Panel.BackgroundProperty.AddOwner(typeof(
Control
),
146
typeof(
Control
),
170
typeof(
Control
),
195
typeof(
Control
),
220
= TextElement.FontStretchProperty.AddOwner(typeof(
Control
),
244
typeof(
Control
),
268
typeof(
Control
),
294
typeof(
Control
),
320
typeof(
Control
),
341
= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(
Control
));
359
= KeyboardNavigation.IsTabStopProperty.AddOwner(typeof(
Control
));
378
typeof(Thickness), typeof(
Control
),
410
typeof(
Control
),
448
Control
c = (
Control
) d;
523
public static readonly RoutedEvent PreviewMouseDoubleClickEvent = EventManager.RegisterRoutedEvent("PreviewMouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
546
public static readonly RoutedEvent MouseDoubleClickEvent = EventManager.RegisterRoutedEvent("MouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
570
Control
ctrl = (
Control
)sender;
686
var
control = d as
Control
;
src\Framework\System\Windows\Controls\DataGridColumnReorderingEventArgs.cs (4)
51
public
Control
DropLocationIndicator
67
public
Control
DragIndicator
85
private
Control
_dropLocationIndicator;
86
private
Control
_dragIndicator;
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
84
[StyleTypedProperty(Property = "PreviewStyle", StyleTargetType = typeof(
Control
))]
400
Control
previewControl = new Control();
src\Framework\System\Windows\Controls\ListBox.cs (1)
247
Separator.PrepareContainer(element as
Control
);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
199
VisualStateManager.GoToState(this, Content is
Control
? VisualStates.StateNormal : VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\Page.cs (1)
519
Control
.TemplateProperty.AddOwner(
src\Framework\System\Windows\Controls\PasswordBox.cs (5)
70
Control
.PaddingProperty.OverrideMetadata(typeof(PasswordBox),
513
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
1135
object padding = passwordBox.GetValue(
Control
.PaddingProperty);
1142
passwordBox.ScrollViewer.ClearValue(
Control
.PaddingProperty);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
755
private
Control
CreateColumnHeaderDragIndicator()
786
private
Control
CreateColumnHeaderDropIndicator()
1076
private
Control
_columnHeaderDropLocationIndicator;
1077
private
Control
_columnHeaderDragIndicator;
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
178
Control
watermarkControl = this.Watermark as
Control
;
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
43
/// <seealso cref="
Control
" />
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
66
Control
.PaddingProperty.OverrideMetadata(typeof(TextBoxBase),
src\Framework\System\Windows\Controls\Primitives\Track.cs (2)
121
private void UpdateComponent(
Control
oldValue,
Control
newValue)
src\Framework\System\Windows\Controls\ScrollViewer.cs (5)
955
Control
templatedParentControl = TemplatedParent as
Control
;
2639
Control
templatedParentControl = scrollViewer != null ? scrollViewer.TemplatedParent as
Control
: null;
2962
Control
.TemplateProperty.OverrideMetadata(typeof(ScrollViewer), new FrameworkPropertyMetadata(template));
src\Framework\System\Windows\Controls\Separator.cs (1)
30
internal static void PrepareContainer(
Control
container)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
139
Control
.IsTabStopProperty.OverrideMetadata(owner, new FrameworkPropertyMetadata(false));
src\Framework\System\Windows\Controls\TextBox.cs (2)
1025
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
src\Framework\System\Windows\Controls\Validation.cs (4)
155
Control
control = d as
Control
;
158
Control
.OnVisualStatePropertyChanged(control, e);
598
ControlTemplate defaultTemplate = new ControlTemplate(typeof(
Control
));
src\Framework\System\Windows\Controls\VisualStates.cs (1)
424
public static void GoToState(
Control
control, bool useTransitions, params string[] stateNames)
src\Framework\System\Windows\ControlTemplate.cs (2)
141
if (!typeof(
Control
).IsAssignableFrom(targetType) &&
194
internal static readonly Type DefaultTargetType = typeof(
Control
);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
58
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
src\Framework\System\Windows\FrameworkElement.cs (4)
106
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
901
if (!(fe is
Control
))
2099
if (dp != StyleProperty && dp !=
Control
.TemplateProperty && dp != DefaultStyleKeyProperty)
6331
_controlDType = DependencyObjectType.FromSystemTypeInternal(typeof(
Control
));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (4)
556
Control
control = new Control();
650
Control
control = (
Control
)_canvasChildren[i];
667
Control
control = new Control();
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
91
Control
.IsTabStopProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
867
=
Control
.TabIndexProperty.AddOwner(typeof(ActiveXHost));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
199
case 107: t = () => typeof(
Control
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (45)
2101
Type type = typeof(System.Windows.Controls.
Control
);
2102
DependencyProperty dp = System.Windows.Controls.
Control
.BackgroundProperty;
2104
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2118
Type type = typeof(System.Windows.Controls.
Control
);
2119
DependencyProperty dp = System.Windows.Controls.
Control
.BorderBrushProperty;
2121
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2135
Type type = typeof(System.Windows.Controls.
Control
);
2136
DependencyProperty dp = System.Windows.Controls.
Control
.BorderThicknessProperty;
2138
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2152
Type type = typeof(System.Windows.Controls.
Control
);
2153
DependencyProperty dp = System.Windows.Controls.
Control
.FontFamilyProperty;
2155
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2169
Type type = typeof(System.Windows.Controls.
Control
);
2170
DependencyProperty dp = System.Windows.Controls.
Control
.FontSizeProperty;
2172
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2186
Type type = typeof(System.Windows.Controls.
Control
);
2187
DependencyProperty dp = System.Windows.Controls.
Control
.FontStretchProperty;
2189
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2203
Type type = typeof(System.Windows.Controls.
Control
);
2204
DependencyProperty dp = System.Windows.Controls.
Control
.FontStyleProperty;
2206
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2220
Type type = typeof(System.Windows.Controls.
Control
);
2221
DependencyProperty dp = System.Windows.Controls.
Control
.FontWeightProperty;
2223
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2237
Type type = typeof(System.Windows.Controls.
Control
);
2238
DependencyProperty dp = System.Windows.Controls.
Control
.ForegroundProperty;
2240
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2254
Type type = typeof(System.Windows.Controls.
Control
);
2255
DependencyProperty dp = System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
2257
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2271
Type type = typeof(System.Windows.Controls.
Control
);
2272
DependencyProperty dp = System.Windows.Controls.
Control
.IsTabStopProperty;
2274
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2288
Type type = typeof(System.Windows.Controls.
Control
);
2289
DependencyProperty dp = System.Windows.Controls.
Control
.PaddingProperty;
2291
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2305
Type type = typeof(System.Windows.Controls.
Control
);
2306
DependencyProperty dp = System.Windows.Controls.
Control
.TabIndexProperty;
2308
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2322
Type type = typeof(System.Windows.Controls.
Control
);
2323
DependencyProperty dp = System.Windows.Controls.
Control
.TemplateProperty;
2325
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2338
Type type = typeof(System.Windows.Controls.
Control
);
2339
DependencyProperty dp = System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
2341
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2984
typeof(System.Windows.Controls.
Control
),
src\Framework\System\Windows\Markup\KnownTypes.cs (16)
1729
return System.Windows.Controls.
Control
.BackgroundProperty;
1731
return System.Windows.Controls.
Control
.BorderBrushProperty;
1733
return System.Windows.Controls.
Control
.BorderThicknessProperty;
1735
return System.Windows.Controls.
Control
.FontFamilyProperty;
1737
return System.Windows.Controls.
Control
.FontSizeProperty;
1739
return System.Windows.Controls.
Control
.FontStretchProperty;
1741
return System.Windows.Controls.
Control
.FontStyleProperty;
1743
return System.Windows.Controls.
Control
.FontWeightProperty;
1745
return System.Windows.Controls.
Control
.ForegroundProperty;
1747
return System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
1749
return System.Windows.Controls.
Control
.IsTabStopProperty;
1751
return System.Windows.Controls.
Control
.PaddingProperty;
1753
return System.Windows.Controls.
Control
.TabIndexProperty;
1755
return System.Windows.Controls.
Control
.TemplateProperty;
1757
return System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
5651
case KnownElements.Control: t = typeof(System.Windows.Controls.
Control
); break;
src\Framework\System\Windows\StyleHelper.cs (3)
450
if (StyleHelper.IsSetOnContainer(
Control
.TemplateProperty, ref containerDependents, true) ||
453
throw new InvalidOperationException(SR.Get(SRID.CannotHavePropertyInTemplate,
Control
.TemplateProperty.Name));
3134
dp !=
Control
.TemplateProperty &&
src\Framework\System\Windows\Window.cs (3)
2224
internal virtual void SetResizeGripControl(
Control
ctrl)
2229
internal virtual void ClearResizeGripControl(
Control
oldCtrl)
7715
private
Control
_resizeGripControl;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
62
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
60
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
57
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
145
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
48
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
127
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
48
Control
.BackgroundProperty.AddOwner(
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (3)
51
Control
visibleBox;
308
Control
control = sender as
Control
;
System.Activities.Presentation (42)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Metadata\PropertyInspectorMetadata.cs (2)
53
MakeBasic(builder, typeof(
Control
),
Control
.NameProperty);
System.Activities.Presentation\System\Activities\Presentation\ContextMenuUtilities.cs (1)
147
public static void OnAnnotationMenuLoaded(EditingContext editingContext,
Control
control, RoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
644
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
649
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
686
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
724
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (21)
82
public DataGridHelper(DataGrid instance,
Control
owner)
261
public Action<
Control
, DataGridCell, bool> NotifyBeginCellEditCallback
268
public Action<
Control
, DataGridCell> NotifyEndCellEditCallback
540
void NotifyEditingControlLoaded(
Control
control, DataGridCell cell, bool isNewRowLoaded)
566
void NotifyEditingControlUnloaded(
Control
control, DataGridCell cell)
632
Control
ctrl = (
Control
)sender;
656
Control
ctrl = (
Control
)sender;
1195
public abstract bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded);
1196
public abstract bool ControlUnloaded(
Control
control, DataGridCell cell);
1216
public override bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded)
1223
public override bool ControlUnloaded(
Control
control, DataGridCell cell)
1236
public override bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded)
1257
public override bool ControlUnloaded(
Control
control, DataGridCell cell)
1270
public override bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded)
1313
public override bool ControlUnloaded(
Control
control, DataGridCell cell)
1339
public override bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded)
1356
public override bool ControlUnloaded(
Control
control, DataGridCell cell)
1405
public override bool HandleControlLoaded(
Control
control, DataGridCell cell, bool newRowLoaded)
1432
public override bool ControlUnloaded(
Control
control, DataGridCell cell)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (6)
453
foreach (
var
entry in this.ContextMenu.Items.OfType<
Control
>().Reverse())
465
var items = this.contextMenuTarget.ContextMenu.Items.OfType<
Control
>().Reverse();
468
foreach (
var
item in items)
495
var items = contextMenuToUnload.Items.OfType<
Control
>()
499
foreach (
Control
item in items)
System.Activities.Presentation\System\Activities\Presentation\View\IExpressionEditorInstance.cs (1)
12
Control
HostControl { get; } // Returns a Control to be used to display in the ExpressionTextBox
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (4)
654
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
659
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
696
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
734
ContextMenuUtilities.OnAnnotationMenuLoaded(this.Context, (
Control
)sender, e);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
95
Control
hostControl;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
462
Control
spacerControl = spacer as
Control
;