20 references to ForegroundProperty
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
71new Setter(ForegroundProperty, new DynamicResourceExtension(EnvironmentColors.ToolTipTextBrushKey)),
PresentationFramework (14)
System\Windows\Controls\Control.cs (2)
148get { return (Brush) GetValue(ForegroundProperty); } 149set { SetValue(ForegroundProperty, value); }
System\Windows\Controls\DatePicker.cs (2)
1080_calendar.SetBinding(Calendar.ForegroundProperty, GetDatePickerBinding(DatePicker.ForegroundProperty));
System\Windows\Controls\MenuItem.cs (1)
165ForegroundProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemColors.MenuTextBrush));
System\Windows\Controls\ProgressBar.cs (1)
42ForegroundProperty.OverrideMetadata(typeof(ProgressBar), new FrameworkPropertyMetadata(OnForegroundChanged));
System\Windows\Controls\StickyNote.cs (6)
105ForegroundProperty.OverrideMetadata( 793if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 796innerControl?.SetValue(ForegroundProperty, e.NewValue); 1424innerControl.SetValue(ForegroundProperty, GetValue(ForegroundProperty)); 1476innerControl.ClearValue(ForegroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2292DependencyProperty dp = System.Windows.Controls.Control.ForegroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1738return 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)
69ForegroundProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnForegroundChanged))); 580BaseValueSource newValueSource = DependencyPropertyHelper.GetValueSource(ribbonGroup, ForegroundProperty).BaseValueSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1638new PropertyAndTransferMode () { Property = Control.ForegroundProperty, Mode = TransferMode.AlwaysTransfer },
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
658SWC.Control.ForegroundProperty.AddOwner(typeof(WindowsFormsHost));