21 types derived from Control
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
26
public class BlazorWebView :
Control
, IAsyncDisposable
PresentationFramework (17)
System\Windows\Controls\Calendar.cs (1)
18
public class Calendar :
Control
System\Windows\Controls\ContentControl.cs (1)
26
public class ContentControl :
Control
, IAddChild
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
15
internal class DataGridColumnFloatingHeader :
Control
System\Windows\Controls\DataGridRow.cs (1)
26
public class DataGridRow :
Control
System\Windows\Controls\DatePicker.cs (1)
26
public class DatePicker :
Control
System\Windows\Controls\FlowDocumentReader.cs (1)
31
public class FlowDocumentReader :
Control
, IAddChild, IJournalState
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
38
public class FlowDocumentScrollViewer :
Control
, IAddChild, IServiceProvider, IJournalState
System\Windows\Controls\ItemsControl.cs (1)
35
public class ItemsControl :
Control
, IAddChild, IGeneratorHost, IContainItemStorage
System\Windows\Controls\PasswordBox.cs (1)
32
public sealed class PasswordBox :
Control
, ITextBoxViewHost
System\Windows\Controls\Primitives\CalendarItem.cs (1)
20
public sealed partial class CalendarItem :
Control
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
42
public abstract class DocumentViewerBase :
Control
, IAddChild, IServiceProvider
System\Windows\Controls\Primitives\RangeBase.cs (1)
20
public abstract class RangeBase :
Control
System\Windows\Controls\Primitives\ResizeGrip.cs (1)
25
public class ResizeGrip :
Control
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
35
public abstract class TextBoxBase :
Control
System\Windows\Controls\Primitives\Thumb.cs (1)
22
public class Thumb :
Control
System\Windows\Controls\Separator.cs (1)
17
public class Separator :
Control
System\Windows\Controls\StickyNote.cs (1)
64
public sealed partial class StickyNoteControl :
Control
,
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
15
public class KeyTipControl :
Control
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
33
public class RibbonContextualTabGroup :
Control
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
35
public class RibbonTwoLineText :
Control
6 instantiations of Control
PresentationFramework (6)
MS\Internal\Controls\TemplatedAdorner.cs (1)
44
Control control = new
Control
();
System\Windows\Controls\GridSplitter.cs (1)
392
Control previewControl = new
Control
();
System\Windows\Input\KeyboardNavigation.cs (2)
498
Control control = new
Control
();
609
Control control = new
Control
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2988
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;
222 references to Control
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
QuickInfo\ContentControlService.cs (2)
63
toolTip.SetResourceReference(
Control
.BackgroundProperty, backgroundResourceKey);
86
toolTip.SetResourceReference(
Control
.BackgroundProperty, backgroundResourceKey);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
120
toolbarGrid.SetResourceReference(
Control
.BackgroundProperty, EnvironmentColors.CommandBarGradientBrushKey);
PresentationFramework (175)
MS\Internal\Controls\TemplatedAdorner.cs (2)
28
private
Control
_child;
44
Control
control = new Control();
MS\Internal\Documents\DocumentViewerHelper.cs (2)
52
findToolBar.SetResourceReference(
Control
.StyleProperty, FindToolBarStyleKey);
363
internal static void OnContextMenuOpening(FlowDocument document,
Control
viewer, ContextMenuEventArgs e)
MS\Internal\Documents\TextBoxLine.cs (1)
122
culture = DynamicPropertyReader.GetCultureInfo((
Control
)_owner.Host);
MS\Internal\Documents\TextBoxView.cs (20)
43
Invariant.Assert(host is
Control
);
692
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1218
((
Control
)_host).Unloaded -= OnHostUnloaded;
1396
((
Control
)_host).Unloaded += OnHostUnloaded;
1417
TextProperties defaultTextProperties = new TextProperties((
Control
)_host, _host.IsTypographyDefaultValue);
1421
return new LineProperties((
Control
)_host, (
Control
)_host, defaultTextProperties, null, this.CalculatedTextAlignment);
1557
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));
2249
if ((ScrollBarVisibility)((
Control
)_host).GetValue(ScrollViewer.VerticalScrollBarVisibilityProperty) == ScrollBarVisibility.Auto)
3045
switch (((
Control
)_host).VerticalContentAlignment)
3081
Control
host = (
Control
)_host;
3169
Control
hostControl = (
Control
)owner.Host;
System\Windows\Controls\ComboBox.cs (1)
1043
Separator.PrepareContainer(element as
Control
);
System\Windows\Controls\Control.cs (29)
27
FocusableProperty.OverrideMetadata(typeof(
Control
), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
29
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
30
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
31
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
32
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
35
IsKeyboardFocusedPropertyKey.OverrideMetadata(typeof(
Control
), new PropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
66
= Border.BorderBrushProperty.AddOwner(typeof(
Control
),
88
= Border.BorderThicknessProperty.AddOwner(typeof(
Control
),
110
Panel.BackgroundProperty.AddOwner(typeof(
Control
),
136
typeof(
Control
),
160
typeof(
Control
),
185
typeof(
Control
),
210
= TextElement.FontStretchProperty.AddOwner(typeof(
Control
),
234
typeof(
Control
),
258
typeof(
Control
),
284
typeof(
Control
),
310
typeof(
Control
),
331
= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(
Control
));
349
= KeyboardNavigation.IsTabStopProperty.AddOwner(typeof(
Control
));
368
typeof(Thickness), typeof(
Control
),
400
typeof(
Control
),
438
Control
c = (
Control
) d;
513
public static readonly RoutedEvent PreviewMouseDoubleClickEvent = EventManager.RegisterRoutedEvent("PreviewMouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
536
public static readonly RoutedEvent MouseDoubleClickEvent = EventManager.RegisterRoutedEvent("MouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
560
Control
ctrl = (
Control
)sender;
676
var
control = d as
Control
;
System\Windows\Controls\DataGridColumnReorderingEventArgs.cs (4)
46
public
Control
DropLocationIndicator
62
public
Control
DragIndicator
80
private
Control
_dropLocationIndicator;
81
private
Control
_dragIndicator;
System\Windows\Controls\GridSplitter.cs (2)
77
[StyleTypedProperty(Property = "PreviewStyle", StyleTargetType = typeof(
Control
))]
392
Control
previewControl = new Control();
System\Windows\Controls\ListBox.cs (1)
243
Separator.PrepareContainer(element as
Control
);
System\Windows\Controls\ListBoxItem.cs (1)
192
VisualStateManager.GoToState(this, Content is
Control
? VisualStates.StateNormal : VisualStates.StateDisabled, useTransitions);
System\Windows\Controls\Page.cs (1)
504
Control
.TemplateProperty.AddOwner(
System\Windows\Controls\PasswordBox.cs (5)
59
Control
.PaddingProperty.OverrideMetadata(typeof(PasswordBox),
489
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
1104
object padding = passwordBox.GetValue(
Control
.PaddingProperty);
1111
passwordBox.ScrollViewer.ClearValue(
Control
.PaddingProperty);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
750
private
Control
CreateColumnHeaderDragIndicator()
781
private
Control
CreateColumnHeaderDropIndicator()
1071
private
Control
_columnHeaderDropLocationIndicator;
1072
private
Control
_columnHeaderDragIndicator;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
173
Control
watermarkControl = this.Watermark as
Control
;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
25
/// <seealso cref="
Control
" />
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
54
Control
.PaddingProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Controls\Primitives\Track.cs (2)
108
private void UpdateComponent(
Control
oldValue,
Control
newValue)
System\Windows\Controls\ScrollViewer.cs (5)
920
Control
templatedParentControl = TemplatedParent as
Control
;
2591
Control
templatedParentControl = scrollViewer != null ? scrollViewer.TemplatedParent as
Control
: null;
2914
Control
.TemplateProperty.OverrideMetadata(typeof(ScrollViewer), new FrameworkPropertyMetadata(template));
System\Windows\Controls\Separator.cs (1)
29
internal static void PrepareContainer(
Control
container)
System\Windows\Controls\StickyNote.cs (1)
113
Control
.IsTabStopProperty.OverrideMetadata(owner, new FrameworkPropertyMetadata(false));
System\Windows\Controls\TextBox.cs (2)
1027
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
System\Windows\Controls\Validation.cs (4)
138
Control
control = d as
Control
;
141
Control
.OnVisualStatePropertyChanged(control, e);
595
ControlTemplate defaultTemplate = new ControlTemplate(typeof(
Control
));
System\Windows\Controls\VisualStates.cs (1)
417
public static void GoToState(
Control
control, bool useTransitions, params string[] stateNames)
System\Windows\ControlTemplate.cs (2)
135
if (!typeof(
Control
).IsAssignableFrom(targetType) &&
188
internal static readonly Type DefaultTargetType = typeof(
Control
);
System\Windows\FrameworkContentElement.cs (1)
49
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
System\Windows\FrameworkElement.cs (4)
98
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
891
if (!(fe is
Control
))
2089
if (dp != StyleProperty && dp !=
Control
.TemplateProperty && dp != DefaultStyleKeyProperty)
6314
_controlDType = DependencyObjectType.FromSystemTypeInternal(typeof(
Control
));
System\Windows\Input\KeyboardNavigation.cs (4)
498
Control
control = new Control();
592
Control
control = (
Control
)_canvasChildren[i];
609
Control
control = new Control();
System\Windows\Interop\ActiveXHost.cs (2)
74
Control
.IsTabStopProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
742
=
Control
.TabIndexProperty.AddOwner(typeof(ActiveXHost));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
201
case 107: t = () => typeof(
Control
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (45)
2107
Type type = typeof(System.Windows.Controls.
Control
);
2108
DependencyProperty dp = System.Windows.Controls.
Control
.BackgroundProperty;
2110
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2124
Type type = typeof(System.Windows.Controls.
Control
);
2125
DependencyProperty dp = System.Windows.Controls.
Control
.BorderBrushProperty;
2127
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2141
Type type = typeof(System.Windows.Controls.
Control
);
2142
DependencyProperty dp = System.Windows.Controls.
Control
.BorderThicknessProperty;
2144
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2158
Type type = typeof(System.Windows.Controls.
Control
);
2159
DependencyProperty dp = System.Windows.Controls.
Control
.FontFamilyProperty;
2161
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2175
Type type = typeof(System.Windows.Controls.
Control
);
2176
DependencyProperty dp = System.Windows.Controls.
Control
.FontSizeProperty;
2178
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2192
Type type = typeof(System.Windows.Controls.
Control
);
2193
DependencyProperty dp = System.Windows.Controls.
Control
.FontStretchProperty;
2195
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2209
Type type = typeof(System.Windows.Controls.
Control
);
2210
DependencyProperty dp = System.Windows.Controls.
Control
.FontStyleProperty;
2212
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2226
Type type = typeof(System.Windows.Controls.
Control
);
2227
DependencyProperty dp = System.Windows.Controls.
Control
.FontWeightProperty;
2229
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2243
Type type = typeof(System.Windows.Controls.
Control
);
2244
DependencyProperty dp = System.Windows.Controls.
Control
.ForegroundProperty;
2246
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2260
Type type = typeof(System.Windows.Controls.
Control
);
2261
DependencyProperty dp = System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
2263
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2277
Type type = typeof(System.Windows.Controls.
Control
);
2278
DependencyProperty dp = System.Windows.Controls.
Control
.IsTabStopProperty;
2280
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2294
Type type = typeof(System.Windows.Controls.
Control
);
2295
DependencyProperty dp = System.Windows.Controls.
Control
.PaddingProperty;
2297
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2311
Type type = typeof(System.Windows.Controls.
Control
);
2312
DependencyProperty dp = System.Windows.Controls.
Control
.TabIndexProperty;
2314
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2328
Type type = typeof(System.Windows.Controls.
Control
);
2329
DependencyProperty dp = System.Windows.Controls.
Control
.TemplateProperty;
2331
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2344
Type type = typeof(System.Windows.Controls.
Control
);
2345
DependencyProperty dp = System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
2347
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2986
typeof(System.Windows.Controls.
Control
),
System\Windows\Markup\KnownTypes.cs (16)
1728
return System.Windows.Controls.
Control
.BackgroundProperty;
1730
return System.Windows.Controls.
Control
.BorderBrushProperty;
1732
return System.Windows.Controls.
Control
.BorderThicknessProperty;
1734
return System.Windows.Controls.
Control
.FontFamilyProperty;
1736
return System.Windows.Controls.
Control
.FontSizeProperty;
1738
return System.Windows.Controls.
Control
.FontStretchProperty;
1740
return System.Windows.Controls.
Control
.FontStyleProperty;
1742
return System.Windows.Controls.
Control
.FontWeightProperty;
1744
return System.Windows.Controls.
Control
.ForegroundProperty;
1746
return System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
1748
return System.Windows.Controls.
Control
.IsTabStopProperty;
1750
return System.Windows.Controls.
Control
.PaddingProperty;
1752
return System.Windows.Controls.
Control
.TabIndexProperty;
1754
return System.Windows.Controls.
Control
.TemplateProperty;
1756
return System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
5661
case KnownElements.Control: t = typeof(System.Windows.Controls.
Control
); break;
System\Windows\StyleHelper.cs (3)
444
if (StyleHelper.IsSetOnContainer(
Control
.TemplateProperty, ref containerDependents, true) ||
447
throw new InvalidOperationException(SR.Format(SR.CannotHavePropertyInTemplate,
Control
.TemplateProperty.Name));
3129
dp !=
Control
.TemplateProperty &&
System\Windows\Window.cs (3)
2183
internal virtual void SetResizeGripControl(
Control
ctrl)
2188
internal virtual void ClearResizeGripControl(
Control
oldCtrl)
7340
private
Control
_resizeGripControl;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
50
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
45
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
45
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
50
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
45
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
45
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
135
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
39
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
117
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
39
Control
.BackgroundProperty.AddOwner(
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (2)
42
public StatusInfoItem(StatusInfoItemType type, Button infoBarButton,
Control
toolBarControl)
201
private
Control
_toolBarControl;
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\KeyTipAdorner.cs (3)
127
_keyTipControl.ClearValue(
Control
.BackgroundProperty);
128
_keyTipControl.ClearValue(
Control
.BorderBrushProperty);
129
_keyTipControl.ClearValue(
Control
.ForegroundProperty);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
2090
Control
extraControl,
2092
Func<T, int, bool> trySetFocusAtItemIndex) where T :
Control
2181
Control
extraControl,
2183
Func<T, int> getFocusedItemIndex) where T :
Control
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (10)
1655
new PropertyAndTransferMode () { Property =
Control
.BackgroundProperty, Mode = TransferMode.AlwaysTransfer },
1656
new PropertyAndTransferMode () { Property =
Control
.BorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
1657
new PropertyAndTransferMode () { Property =
Control
.BorderThicknessProperty, Mode = TransferMode.AlwaysTransfer },
1658
new PropertyAndTransferMode () { Property =
Control
.ForegroundProperty, Mode = TransferMode.AlwaysTransfer },
1659
new PropertyAndTransferMode () { Property =
Control
.FontFamilyProperty, Mode = TransferMode.AlwaysTransfer },
1660
new PropertyAndTransferMode () { Property =
Control
.FontSizeProperty, Mode = TransferMode.AlwaysTransfer },
1661
new PropertyAndTransferMode () { Property =
Control
.FontStretchProperty, Mode = TransferMode.AlwaysTransfer},
1662
new PropertyAndTransferMode () { Property =
Control
.FontStyleProperty, Mode = TransferMode.AlwaysTransfer},
1663
new PropertyAndTransferMode () { Property =
Control
.FontWeightProperty, Mode = TransferMode.AlwaysTransfer},
2048
if (original is
Control
)
WindowsFormsIntegration (15)
System\Windows\Integration\ElementHostPropertyMap.cs (4)
136
adapter.SetValue(SWC.
Control
.FontSizeProperty, Convert.SystemDrawingFontToSystemWindowsFontSize(wfFont));
137
adapter.SetValue(SWC.
Control
.FontFamilyProperty, Convert.ToSystemWindowsFontFamily(wfFont.FontFamily));
138
adapter.SetValue(SWC.
Control
.FontWeightProperty, Convert.ToSystemWindowsFontWeight(wfFont));
139
adapter.SetValue(SWC.
Control
.FontStyleProperty, Convert.ToSystemWindowsFontStyle(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (10)
48
SWC.
Control
.IsTabStopProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));
395
backgroundBrush = (Brush)dependencyObject.GetValue(SWC.
Control
.BackgroundProperty);
584
SWC.
Control
.PaddingProperty.AddOwner(typeof(WindowsFormsHost));
600
SWC.
Control
.TabIndexProperty.AddOwner(typeof(WindowsFormsHost));
616
SWC.
Control
.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost));
631
SWC.
Control
.FontSizeProperty.AddOwner(typeof(WindowsFormsHost));
646
SWC.
Control
.FontStyleProperty.AddOwner(typeof(WindowsFormsHost));
661
SWC.
Control
.FontWeightProperty.AddOwner(typeof(WindowsFormsHost));
676
SWC.
Control
.ForegroundProperty.AddOwner(typeof(WindowsFormsHost));
692
SWC.
Control
.BackgroundProperty.AddOwner(typeof(WindowsFormsHost));
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
67
brush = (Brush)parent.GetValue(SWC.
Control
.BackgroundProperty);