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)
1080
_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)
105
ForegroundProperty
.OverrideMetadata(
793
if (e.Property ==
ForegroundProperty
&& stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink)
796
innerControl?.SetValue(
ForegroundProperty
, e.NewValue);
1424
innerControl.SetValue(
ForegroundProperty
, GetValue(
ForegroundProperty
));
1476
innerControl.ClearValue(
ForegroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2292
DependencyProperty dp = System.Windows.Controls.Control.
ForegroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1738
return System.Windows.Controls.Control.
ForegroundProperty
;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
126
_keyTipControl.ClearValue(Control.
ForegroundProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
69
ForegroundProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnForegroundChanged)));
580
BaseValueSource newValueSource = DependencyPropertyHelper.GetValueSource(ribbonGroup,
ForegroundProperty
).BaseValueSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1638
new PropertyAndTransferMode () { Property = Control.
ForegroundProperty
, Mode = TransferMode.AlwaysTransfer },
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
658
SWC.Control.
ForegroundProperty
.AddOwner(typeof(WindowsFormsHost));