20 references to ForegroundProperty
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
71
new Setter(
ForegroundProperty
, new DynamicResourceExtension(EnvironmentColors.ToolTipTextBrushKey)),
PresentationFramework (14)
System\Windows\Controls\Control.cs (2)
148
get { return (Brush) GetValue(
ForegroundProperty
); }
149
set { SetValue(
ForegroundProperty
, value); }
System\Windows\Controls\DatePicker.cs (2)
1083
_calendar.SetBinding(Calendar.
ForegroundProperty
, GetDatePickerBinding(DatePicker.
ForegroundProperty
));
System\Windows\Controls\MenuItem.cs (1)
165
ForegroundProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemColors.MenuTextBrush));
System\Windows\Controls\ProgressBar.cs (1)
42
ForegroundProperty
.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(OnForegroundChanged));
System\Windows\Controls\StickyNote.cs (6)
116
ForegroundProperty
.OverrideMetadata(
811
if (e.Property ==
ForegroundProperty
&& stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink)
815
innerControl.SetValue(
ForegroundProperty
, e.NewValue);
1461
innerControl.SetValue(
ForegroundProperty
, GetValue(
ForegroundProperty
));
1507
innerControl.ClearValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2244
DependencyProperty dp = System.Windows.Controls.Control.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1744
return System.Windows.Controls.Control.
ForegroundProperty
;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
129
_keyTipControl.ClearValue(Control.
ForegroundProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
69
ForegroundProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnForegroundChanged)));
583
BaseValueSource newValueSource = DependencyPropertyHelper.GetValueSource(ribbonGroup,
ForegroundProperty
).BaseValueSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1658
new PropertyAndTransferMode () { Property = Control.
ForegroundProperty
, Mode = TransferMode.AlwaysTransfer },
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
676
SWC.Control.
ForegroundProperty
.AddOwner(typeof(WindowsFormsHost));