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)
26
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)
31
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)
53
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
611
Control control = new
Control
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3153
DefaultConstructor = delegate () { return new System.Windows.Controls.
Control
(); },
System\Windows\Markup\KnownTypes.cs (1)
1181
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
);
650
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1178
((
Control
)_host).Unloaded -= OnHostUnloaded;
1356
((
Control
)_host).Unloaded += OnHostUnloaded;
1377
TextProperties defaultTextProperties = new TextProperties((
Control
)_host, _host.IsTypographyDefaultValue);
1381
return new LineProperties((
Control
)_host, (
Control
)_host, defaultTextProperties, null, this.CalculatedTextAlignment);
1517
Control
hostControl = (
Control
)_host;
1695
Control
hostControl = (
Control
)_host;
1831
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1836
&& ((bool)((
Control
)_host).GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty)
1837
|| (bool)((
Control
)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
2209
if ((ScrollBarVisibility)((
Control
)_host).GetValue(ScrollViewer.VerticalScrollBarVisibilityProperty) == ScrollBarVisibility.Auto)
3005
switch (((
Control
)_host).VerticalContentAlignment)
3041
Control
host = (
Control
)_host;
3129
Control
hostControl = (
Control
)owner.Host;
System\Windows\Controls\ComboBox.cs (1)
1039
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)
189
VisualStateManager.GoToState(this, Content is
Control
? VisualStates.StateNormal : VisualStates.StateDisabled, useTransitions);
System\Windows\Controls\Page.cs (1)
491
Control
.TemplateProperty.AddOwner(
System\Windows\Controls\PasswordBox.cs (5)
53
Control
.PaddingProperty.OverrideMetadata(typeof(PasswordBox),
482
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
1089
object padding = passwordBox.GetValue(
Control
.PaddingProperty);
1096
passwordBox.ScrollViewer.ClearValue(
Control
.PaddingProperty);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
744
private
Control
CreateColumnHeaderDragIndicator()
777
private
Control
CreateColumnHeaderDropIndicator()
1066
private
Control
_columnHeaderDropLocationIndicator;
1067
private
Control
_columnHeaderDragIndicator;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
175
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
;
2589
Control
templatedParentControl = scrollViewer != null ? scrollViewer.TemplatedParent as
Control
: null;
2918
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)
102
Control
.IsTabStopProperty.OverrideMetadata(owner, new FrameworkPropertyMetadata(false));
System\Windows\Controls\TextBox.cs (2)
1029
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);
589
ControlTemplate defaultTemplate = new ControlTemplate(typeof(
Control
));
System\Windows\Controls\VisualStates.cs (1)
414
public static void GoToState(
Control
control, bool useTransitions, params ReadOnlySpan<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)
40
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
System\Windows\FrameworkElement.cs (4)
91
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
881
if (!(fe is
Control
))
2081
if (dp != StyleProperty && dp !=
Control
.TemplateProperty && dp != DefaultStyleKeyProperty)
6307
_controlDType = DependencyObjectType.FromSystemTypeInternal(typeof(
Control
));
System\Windows\Input\KeyboardNavigation.cs (4)
498
Control
control = new Control
594
Control
control = (
Control
)_canvasChildren[i];
611
Control
control = new Control
System\Windows\Interop\ActiveXHost.cs (2)
70
Control
.IsTabStopProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
738
=
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)
2139
Type type = typeof(System.Windows.Controls.
Control
);
2140
DependencyProperty dp = System.Windows.Controls.
Control
.BackgroundProperty;
2142
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2158
Type type = typeof(System.Windows.Controls.
Control
);
2159
DependencyProperty dp = System.Windows.Controls.
Control
.BorderBrushProperty;
2161
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2177
Type type = typeof(System.Windows.Controls.
Control
);
2178
DependencyProperty dp = System.Windows.Controls.
Control
.BorderThicknessProperty;
2180
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2196
Type type = typeof(System.Windows.Controls.
Control
);
2197
DependencyProperty dp = System.Windows.Controls.
Control
.FontFamilyProperty;
2199
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2215
Type type = typeof(System.Windows.Controls.
Control
);
2216
DependencyProperty dp = System.Windows.Controls.
Control
.FontSizeProperty;
2218
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2234
Type type = typeof(System.Windows.Controls.
Control
);
2235
DependencyProperty dp = System.Windows.Controls.
Control
.FontStretchProperty;
2237
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2253
Type type = typeof(System.Windows.Controls.
Control
);
2254
DependencyProperty dp = System.Windows.Controls.
Control
.FontStyleProperty;
2256
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2272
Type type = typeof(System.Windows.Controls.
Control
);
2273
DependencyProperty dp = System.Windows.Controls.
Control
.FontWeightProperty;
2275
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2291
Type type = typeof(System.Windows.Controls.
Control
);
2292
DependencyProperty dp = System.Windows.Controls.
Control
.ForegroundProperty;
2294
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2310
Type type = typeof(System.Windows.Controls.
Control
);
2311
DependencyProperty dp = System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
2313
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2329
Type type = typeof(System.Windows.Controls.
Control
);
2330
DependencyProperty dp = System.Windows.Controls.
Control
.IsTabStopProperty;
2332
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2348
Type type = typeof(System.Windows.Controls.
Control
);
2349
DependencyProperty dp = System.Windows.Controls.
Control
.PaddingProperty;
2351
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2367
Type type = typeof(System.Windows.Controls.
Control
);
2368
DependencyProperty dp = System.Windows.Controls.
Control
.TabIndexProperty;
2370
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2386
Type type = typeof(System.Windows.Controls.
Control
);
2387
DependencyProperty dp = System.Windows.Controls.
Control
.TemplateProperty;
2389
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2402
Type type = typeof(System.Windows.Controls.
Control
);
2403
DependencyProperty dp = System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
2405
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3150
typeof(System.Windows.Controls.
Control
),
System\Windows\Markup\KnownTypes.cs (16)
1722
return System.Windows.Controls.
Control
.BackgroundProperty;
1724
return System.Windows.Controls.
Control
.BorderBrushProperty;
1726
return System.Windows.Controls.
Control
.BorderThicknessProperty;
1728
return System.Windows.Controls.
Control
.FontFamilyProperty;
1730
return System.Windows.Controls.
Control
.FontSizeProperty;
1732
return System.Windows.Controls.
Control
.FontStretchProperty;
1734
return System.Windows.Controls.
Control
.FontStyleProperty;
1736
return System.Windows.Controls.
Control
.FontWeightProperty;
1738
return System.Windows.Controls.
Control
.ForegroundProperty;
1740
return System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
1742
return System.Windows.Controls.
Control
.IsTabStopProperty;
1744
return System.Windows.Controls.
Control
.PaddingProperty;
1746
return System.Windows.Controls.
Control
.TabIndexProperty;
1748
return System.Windows.Controls.
Control
.TemplateProperty;
1750
return System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
5655
case KnownElements.Control: t = typeof(System.Windows.Controls.
Control
); break;
System\Windows\StyleHelper.cs (3)
432
if (StyleHelper.IsSetOnContainer(
Control
.TemplateProperty, ref containerDependents, true) ||
435
throw new InvalidOperationException(SR.Format(SR.CannotHavePropertyInTemplate,
Control
.TemplateProperty.Name));
3121
dp !=
Control
.TemplateProperty &&
System\Windows\Window.cs (3)
2170
internal virtual void SetResizeGripControl(
Control
ctrl)
2175
internal virtual void ClearResizeGripControl(
Control
oldCtrl)
7310
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)
124
_keyTipControl.ClearValue(
Control
.BackgroundProperty);
125
_keyTipControl.ClearValue(
Control
.BorderBrushProperty);
126
_keyTipControl.ClearValue(
Control
.ForegroundProperty);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
2065
Control
extraControl,
2067
Func<T, int, bool> trySetFocusAtItemIndex) where T :
Control
2156
Control
extraControl,
2158
Func<T, int> getFocusedItemIndex) where T :
Control
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (10)
1635
new PropertyAndTransferMode () { Property =
Control
.BackgroundProperty, Mode = TransferMode.AlwaysTransfer },
1636
new PropertyAndTransferMode () { Property =
Control
.BorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
1637
new PropertyAndTransferMode () { Property =
Control
.BorderThicknessProperty, Mode = TransferMode.AlwaysTransfer },
1638
new PropertyAndTransferMode () { Property =
Control
.ForegroundProperty, Mode = TransferMode.AlwaysTransfer },
1639
new PropertyAndTransferMode () { Property =
Control
.FontFamilyProperty, Mode = TransferMode.AlwaysTransfer },
1640
new PropertyAndTransferMode () { Property =
Control
.FontSizeProperty, Mode = TransferMode.AlwaysTransfer },
1641
new PropertyAndTransferMode () { Property =
Control
.FontStretchProperty, Mode = TransferMode.AlwaysTransfer},
1642
new PropertyAndTransferMode () { Property =
Control
.FontStyleProperty, Mode = TransferMode.AlwaysTransfer},
1643
new PropertyAndTransferMode () { Property =
Control
.FontWeightProperty, Mode = TransferMode.AlwaysTransfer},
2028
if (original is
Control
)
WindowsFormsIntegration (15)
System\Windows\Integration\ElementHostPropertyMap.cs (4)
134
adapter.SetValue(SWC.
Control
.FontSizeProperty, Convert.SystemDrawingFontToSystemWindowsFontSize(wfFont));
135
adapter.SetValue(SWC.
Control
.FontFamilyProperty, Convert.ToSystemWindowsFontFamily(wfFont.FontFamily));
136
adapter.SetValue(SWC.
Control
.FontWeightProperty, Convert.ToSystemWindowsFontWeight(wfFont));
137
adapter.SetValue(SWC.
Control
.FontStyleProperty, Convert.ToSystemWindowsFontStyle(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (10)
48
SWC.
Control
.IsTabStopProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));
389
backgroundBrush = (Brush)dependencyObject.GetValue(SWC.
Control
.BackgroundProperty);
566
SWC.
Control
.PaddingProperty.AddOwner(typeof(WindowsFormsHost));
582
SWC.
Control
.TabIndexProperty.AddOwner(typeof(WindowsFormsHost));
598
SWC.
Control
.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost));
613
SWC.
Control
.FontSizeProperty.AddOwner(typeof(WindowsFormsHost));
628
SWC.
Control
.FontStyleProperty.AddOwner(typeof(WindowsFormsHost));
643
SWC.
Control
.FontWeightProperty.AddOwner(typeof(WindowsFormsHost));
658
SWC.
Control
.ForegroundProperty.AddOwner(typeof(WindowsFormsHost));
674
SWC.
Control
.BackgroundProperty.AddOwner(typeof(WindowsFormsHost));
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
67
brush = (Brush)parent.GetValue(SWC.
Control
.BackgroundProperty);