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)
17
public class Calendar :
Control
System\Windows\Controls\ContentControl.cs (1)
25
public class ContentControl :
Control
, IAddChild
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
14
internal class DataGridColumnFloatingHeader :
Control
System\Windows\Controls\DataGridRow.cs (1)
25
public class DataGridRow :
Control
System\Windows\Controls\DatePicker.cs (1)
25
public class DatePicker :
Control
System\Windows\Controls\FlowDocumentReader.cs (1)
30
public class FlowDocumentReader :
Control
, IAddChild, IJournalState
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
37
public class FlowDocumentScrollViewer :
Control
, IAddChild, IServiceProvider, IJournalState
System\Windows\Controls\ItemsControl.cs (1)
34
public class ItemsControl :
Control
, IAddChild, IGeneratorHost, IContainItemStorage
System\Windows\Controls\PasswordBox.cs (1)
25
public sealed class PasswordBox :
Control
, ITextBoxViewHost
System\Windows\Controls\Primitives\CalendarItem.cs (1)
19
public sealed partial class CalendarItem :
Control
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
30
public abstract class DocumentViewerBase :
Control
, IAddChild, IServiceProvider
System\Windows\Controls\Primitives\RangeBase.cs (1)
19
public abstract class RangeBase :
Control
System\Windows\Controls\Primitives\ResizeGrip.cs (1)
24
public class ResizeGrip :
Control
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
34
public abstract class TextBoxBase :
Control
System\Windows\Controls\Primitives\Thumb.cs (1)
21
public class Thumb :
Control
System\Windows\Controls\Separator.cs (1)
16
public class Separator :
Control
System\Windows\Controls\StickyNote.cs (1)
52
public sealed partial class StickyNoteControl :
Control
,
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipControl.cs (1)
14
public class KeyTipControl :
Control
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (1)
32
public class RibbonContextualTabGroup :
Control
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
34
public class RibbonTwoLineText :
Control
6 instantiations of Control
PresentationFramework (6)
MS\Internal\Controls\TemplatedAdorner.cs (1)
43
Control control = new
Control
System\Windows\Controls\GridSplitter.cs (1)
391
Control previewControl = new
Control
System\Windows\Input\KeyboardNavigation.cs (2)
497
Control control = new
Control
610
Control control = new
Control
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3152
DefaultConstructor = delegate () { return new System.Windows.Controls.
Control
(); },
System\Windows\Markup\KnownTypes.cs (1)
1180
case KnownElements.Control: o = new System.Windows.Controls.
Control
(); break;
224 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 (1)
SemanticSearch\ISemanticSearchCopilotUIProvider.cs (1)
16
Control
Control { get; }
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
143
toolbarGrid.SetResourceReference(
Control
.BackgroundProperty, EnvironmentColors.CommandBarGradientBrushKey);
618
public required FrameworkElement
Control
{ get; init; }
PresentationFramework (175)
MS\Internal\Controls\TemplatedAdorner.cs (2)
27
private
Control
_child;
43
Control
control = new Control
MS\Internal\Documents\DocumentViewerHelper.cs (2)
51
findToolBar.SetResourceReference(
Control
.StyleProperty, FindToolBarStyleKey);
362
internal static void OnContextMenuOpening(FlowDocument document,
Control
viewer, ContextMenuEventArgs e)
MS\Internal\Documents\TextBoxLine.cs (1)
121
culture = DynamicPropertyReader.GetCultureInfo((
Control
)_owner.Host);
MS\Internal\Documents\TextBoxView.cs (20)
42
Invariant.Assert(host is
Control
);
649
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1177
((
Control
)_host).Unloaded -= OnHostUnloaded;
1355
((
Control
)_host).Unloaded += OnHostUnloaded;
1376
TextProperties defaultTextProperties = new TextProperties((
Control
)_host, _host.IsTypographyDefaultValue);
1380
return new LineProperties((
Control
)_host, (
Control
)_host, defaultTextProperties, null, this.CalculatedTextAlignment);
1516
Control
hostControl = (
Control
)_host;
1694
Control
hostControl = (
Control
)_host;
1830
double endOfParaGlyphWidth = ((
Control
)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
1835
&& ((bool)((
Control
)_host).GetValue(TextBoxBase.IsInactiveSelectionHighlightEnabledProperty)
1836
|| (bool)((
Control
)_host).GetValue(TextBoxBase.IsSelectionActiveProperty));
2208
if ((ScrollBarVisibility)((
Control
)_host).GetValue(ScrollViewer.VerticalScrollBarVisibilityProperty) == ScrollBarVisibility.Auto)
3004
switch (((
Control
)_host).VerticalContentAlignment)
3040
Control
host = (
Control
)_host;
3128
Control
hostControl = (
Control
)owner.Host;
System\Windows\Controls\ComboBox.cs (1)
1038
Separator.PrepareContainer(element as
Control
);
System\Windows\Controls\Control.cs (29)
26
FocusableProperty.OverrideMetadata(typeof(
Control
), new FrameworkPropertyMetadata(BooleanBoxes.TrueBox));
28
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
29
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseLeftButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
30
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.PreviewMouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
31
EventManager.RegisterClassHandler(typeof(
Control
), UIElement.MouseRightButtonDownEvent, new MouseButtonEventHandler(HandleDoubleClick), true);
34
IsKeyboardFocusedPropertyKey.OverrideMetadata(typeof(
Control
), new PropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
65
= Border.BorderBrushProperty.AddOwner(typeof(
Control
),
87
= Border.BorderThicknessProperty.AddOwner(typeof(
Control
),
109
Panel.BackgroundProperty.AddOwner(typeof(
Control
),
135
typeof(
Control
),
159
typeof(
Control
),
184
typeof(
Control
),
209
= TextElement.FontStretchProperty.AddOwner(typeof(
Control
),
233
typeof(
Control
),
257
typeof(
Control
),
283
typeof(
Control
),
309
typeof(
Control
),
330
= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(
Control
));
348
= KeyboardNavigation.IsTabStopProperty.AddOwner(typeof(
Control
));
367
typeof(Thickness), typeof(
Control
),
399
typeof(
Control
),
437
Control
c = (
Control
) d;
512
public static readonly RoutedEvent PreviewMouseDoubleClickEvent = EventManager.RegisterRoutedEvent("PreviewMouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
535
public static readonly RoutedEvent MouseDoubleClickEvent = EventManager.RegisterRoutedEvent("MouseDoubleClick", RoutingStrategy.Direct, typeof(MouseButtonEventHandler), typeof(
Control
));
559
Control
ctrl = (
Control
)sender;
675
var
control = d as
Control
;
System\Windows\Controls\DataGridColumnReorderingEventArgs.cs (4)
45
public
Control
DropLocationIndicator
61
public
Control
DragIndicator
79
private
Control
_dropLocationIndicator;
80
private
Control
_dragIndicator;
System\Windows\Controls\GridSplitter.cs (2)
76
[StyleTypedProperty(Property = "PreviewStyle", StyleTargetType = typeof(
Control
))]
391
Control
previewControl = new Control
System\Windows\Controls\ListBox.cs (1)
242
Separator.PrepareContainer(element as
Control
);
System\Windows\Controls\ListBoxItem.cs (1)
188
VisualStateManager.GoToState(this, Content is
Control
? VisualStates.StateNormal : VisualStates.StateDisabled, useTransitions);
System\Windows\Controls\Page.cs (1)
490
Control
.TemplateProperty.AddOwner(
System\Windows\Controls\PasswordBox.cs (5)
52
Control
.PaddingProperty.OverrideMetadata(typeof(PasswordBox),
481
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
1088
object padding = passwordBox.GetValue(
Control
.PaddingProperty);
1095
passwordBox.ScrollViewer.ClearValue(
Control
.PaddingProperty);
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (4)
743
private
Control
CreateColumnHeaderDragIndicator()
776
private
Control
CreateColumnHeaderDropIndicator()
1065
private
Control
_columnHeaderDropLocationIndicator;
1066
private
Control
_columnHeaderDragIndicator;
System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
174
Control
watermarkControl = this.Watermark as
Control
;
System\Windows\Controls\Primitives\ScrollBar.cs (1)
24
/// <seealso cref="
Control
" />
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
53
Control
.PaddingProperty.OverrideMetadata(typeof(TextBoxBase),
System\Windows\Controls\Primitives\Track.cs (2)
107
private void UpdateComponent(
Control
oldValue,
Control
newValue)
System\Windows\Controls\ScrollViewer.cs (5)
919
Control
templatedParentControl = TemplatedParent as
Control
;
2588
Control
templatedParentControl = scrollViewer != null ? scrollViewer.TemplatedParent as
Control
: null;
2917
Control
.TemplateProperty.OverrideMetadata(typeof(ScrollViewer), new FrameworkPropertyMetadata(template));
System\Windows\Controls\Separator.cs (1)
28
internal static void PrepareContainer(
Control
container)
System\Windows\Controls\StickyNote.cs (1)
101
Control
.IsTabStopProperty.OverrideMetadata(owner, new FrameworkPropertyMetadata(false));
System\Windows\Controls\TextBox.cs (2)
1028
e.Property ==
Control
.HorizontalContentAlignmentProperty || e.Property ==
Control
.VerticalContentAlignmentProperty)
System\Windows\Controls\Validation.cs (4)
137
Control
control = d as
Control
;
140
Control
.OnVisualStatePropertyChanged(control, e);
588
ControlTemplate defaultTemplate = new ControlTemplate(typeof(
Control
));
System\Windows\Controls\VisualStates.cs (1)
413
public static void GoToState(
Control
control, bool useTransitions, params ReadOnlySpan<string> stateNames)
System\Windows\ControlTemplate.cs (2)
134
if (!typeof(
Control
).IsAssignableFrom(targetType) &&
187
internal static readonly Type DefaultTargetType = typeof(
Control
);
System\Windows\FrameworkContentElement.cs (1)
39
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
System\Windows\FrameworkElement.cs (4)
90
[StyleTypedProperty(Property = "FocusVisualStyle", StyleTargetType = typeof(
Control
))]
880
if (!(fe is
Control
))
2080
if (dp != StyleProperty && dp !=
Control
.TemplateProperty && dp != DefaultStyleKeyProperty)
6306
_controlDType = DependencyObjectType.FromSystemTypeInternal(typeof(
Control
));
System\Windows\Input\KeyboardNavigation.cs (4)
497
Control
control = new Control
593
Control
control = (
Control
)_canvasChildren[i];
610
Control
control = new Control
System\Windows\Interop\ActiveXHost.cs (2)
69
Control
.IsTabStopProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true));
737
=
Control
.TabIndexProperty.AddOwner(typeof(ActiveXHost));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
200
case 107: t = () => typeof(
Control
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (45)
2138
Type type = typeof(System.Windows.Controls.
Control
);
2139
DependencyProperty dp = System.Windows.Controls.
Control
.BackgroundProperty;
2141
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2157
Type type = typeof(System.Windows.Controls.
Control
);
2158
DependencyProperty dp = System.Windows.Controls.
Control
.BorderBrushProperty;
2160
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2176
Type type = typeof(System.Windows.Controls.
Control
);
2177
DependencyProperty dp = System.Windows.Controls.
Control
.BorderThicknessProperty;
2179
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2195
Type type = typeof(System.Windows.Controls.
Control
);
2196
DependencyProperty dp = System.Windows.Controls.
Control
.FontFamilyProperty;
2198
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2214
Type type = typeof(System.Windows.Controls.
Control
);
2215
DependencyProperty dp = System.Windows.Controls.
Control
.FontSizeProperty;
2217
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2233
Type type = typeof(System.Windows.Controls.
Control
);
2234
DependencyProperty dp = System.Windows.Controls.
Control
.FontStretchProperty;
2236
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2252
Type type = typeof(System.Windows.Controls.
Control
);
2253
DependencyProperty dp = System.Windows.Controls.
Control
.FontStyleProperty;
2255
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2271
Type type = typeof(System.Windows.Controls.
Control
);
2272
DependencyProperty dp = System.Windows.Controls.
Control
.FontWeightProperty;
2274
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2290
Type type = typeof(System.Windows.Controls.
Control
);
2291
DependencyProperty dp = System.Windows.Controls.
Control
.ForegroundProperty;
2293
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2309
Type type = typeof(System.Windows.Controls.
Control
);
2310
DependencyProperty dp = System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
2312
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2328
Type type = typeof(System.Windows.Controls.
Control
);
2329
DependencyProperty dp = System.Windows.Controls.
Control
.IsTabStopProperty;
2331
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2347
Type type = typeof(System.Windows.Controls.
Control
);
2348
DependencyProperty dp = System.Windows.Controls.
Control
.PaddingProperty;
2350
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2366
Type type = typeof(System.Windows.Controls.
Control
);
2367
DependencyProperty dp = System.Windows.Controls.
Control
.TabIndexProperty;
2369
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2385
Type type = typeof(System.Windows.Controls.
Control
);
2386
DependencyProperty dp = System.Windows.Controls.
Control
.TemplateProperty;
2388
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
2401
Type type = typeof(System.Windows.Controls.
Control
);
2402
DependencyProperty dp = System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
2404
this.GetXamlType(typeof(System.Windows.Controls.
Control
)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3149
typeof(System.Windows.Controls.
Control
),
System\Windows\Markup\KnownTypes.cs (16)
1721
return System.Windows.Controls.
Control
.BackgroundProperty;
1723
return System.Windows.Controls.
Control
.BorderBrushProperty;
1725
return System.Windows.Controls.
Control
.BorderThicknessProperty;
1727
return System.Windows.Controls.
Control
.FontFamilyProperty;
1729
return System.Windows.Controls.
Control
.FontSizeProperty;
1731
return System.Windows.Controls.
Control
.FontStretchProperty;
1733
return System.Windows.Controls.
Control
.FontStyleProperty;
1735
return System.Windows.Controls.
Control
.FontWeightProperty;
1737
return System.Windows.Controls.
Control
.ForegroundProperty;
1739
return System.Windows.Controls.
Control
.HorizontalContentAlignmentProperty;
1741
return System.Windows.Controls.
Control
.IsTabStopProperty;
1743
return System.Windows.Controls.
Control
.PaddingProperty;
1745
return System.Windows.Controls.
Control
.TabIndexProperty;
1747
return System.Windows.Controls.
Control
.TemplateProperty;
1749
return System.Windows.Controls.
Control
.VerticalContentAlignmentProperty;
5654
case KnownElements.Control: t = typeof(System.Windows.Controls.
Control
); break;
System\Windows\StyleHelper.cs (3)
431
if (StyleHelper.IsSetOnContainer(
Control
.TemplateProperty, ref containerDependents, true) ||
434
throw new InvalidOperationException(SR.Format(SR.CannotHavePropertyInTemplate,
Control
.TemplateProperty.Name));
3120
dp !=
Control
.TemplateProperty &&
System\Windows\Window.cs (3)
2169
internal virtual void SetResizeGripControl(
Control
ctrl)
2174
internal virtual void ClearResizeGripControl(
Control
oldCtrl)
7309
private
Control
_resizeGripControl;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
49
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
44
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
44
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
49
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
44
Control
.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
44
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
134
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
36
Control
.BackgroundProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
116
public static readonly DependencyProperty PaddingProperty =
Control
.PaddingProperty.AddOwner(typeof(ScrollChrome));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
36
Control
.BackgroundProperty.AddOwner(
PresentationUI (2)
MS\Internal\Documents\Application\StatusInfoItem.cs (2)
41
public StatusInfoItem(StatusInfoItemType type, Button infoBarButton,
Control
toolBarControl)
200
private
Control
_toolBarControl;
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\KeyTipAdorner.cs (3)
123
_keyTipControl.ClearValue(
Control
.BackgroundProperty);
124
_keyTipControl.ClearValue(
Control
.BorderBrushProperty);
125
_keyTipControl.ClearValue(
Control
.ForegroundProperty);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
2064
Control
extraControl,
2066
Func<T, int, bool> trySetFocusAtItemIndex) where T :
Control
2155
Control
extraControl,
2157
Func<T, int> getFocusedItemIndex) where T :
Control
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (10)
1634
new PropertyAndTransferMode () { Property =
Control
.BackgroundProperty, Mode = TransferMode.AlwaysTransfer },
1635
new PropertyAndTransferMode () { Property =
Control
.BorderBrushProperty, Mode = TransferMode.AlwaysTransfer },
1636
new PropertyAndTransferMode () { Property =
Control
.BorderThicknessProperty, Mode = TransferMode.AlwaysTransfer },
1637
new PropertyAndTransferMode () { Property =
Control
.ForegroundProperty, Mode = TransferMode.AlwaysTransfer },
1638
new PropertyAndTransferMode () { Property =
Control
.FontFamilyProperty, Mode = TransferMode.AlwaysTransfer },
1639
new PropertyAndTransferMode () { Property =
Control
.FontSizeProperty, Mode = TransferMode.AlwaysTransfer },
1640
new PropertyAndTransferMode () { Property =
Control
.FontStretchProperty, Mode = TransferMode.AlwaysTransfer},
1641
new PropertyAndTransferMode () { Property =
Control
.FontStyleProperty, Mode = TransferMode.AlwaysTransfer},
1642
new PropertyAndTransferMode () { Property =
Control
.FontWeightProperty, Mode = TransferMode.AlwaysTransfer},
2027
if (original is
Control
)
WindowsFormsIntegration (15)
System\Windows\Integration\ElementHostPropertyMap.cs (4)
133
adapter.SetValue(SWC.
Control
.FontSizeProperty, Convert.SystemDrawingFontToSystemWindowsFontSize(wfFont));
134
adapter.SetValue(SWC.
Control
.FontFamilyProperty, Convert.ToSystemWindowsFontFamily(wfFont.FontFamily));
135
adapter.SetValue(SWC.
Control
.FontWeightProperty, Convert.ToSystemWindowsFontWeight(wfFont));
136
adapter.SetValue(SWC.
Control
.FontStyleProperty, Convert.ToSystemWindowsFontStyle(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (10)
47
SWC.
Control
.IsTabStopProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true));
388
backgroundBrush = (Brush)dependencyObject.GetValue(SWC.
Control
.BackgroundProperty);
565
SWC.
Control
.PaddingProperty.AddOwner(typeof(WindowsFormsHost));
581
SWC.
Control
.TabIndexProperty.AddOwner(typeof(WindowsFormsHost));
597
SWC.
Control
.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost));
612
SWC.
Control
.FontSizeProperty.AddOwner(typeof(WindowsFormsHost));
627
SWC.
Control
.FontStyleProperty.AddOwner(typeof(WindowsFormsHost));
642
SWC.
Control
.FontWeightProperty.AddOwner(typeof(WindowsFormsHost));
657
SWC.
Control
.ForegroundProperty.AddOwner(typeof(WindowsFormsHost));
673
SWC.
Control
.BackgroundProperty.AddOwner(typeof(WindowsFormsHost));
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
66
brush = (Brush)parent.GetValue(SWC.
Control
.BackgroundProperty);