12 references to FontStyleProperty
PresentationFramework (9)
System\Windows\Controls\Control.cs (2)
255
get { return (FontStyle) GetValue(
FontStyleProperty
); }
256
set { SetValue(
FontStyleProperty
, value); }
System\Windows\Controls\MenuItem.cs (1)
178
FontStyleProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle));
System\Windows\Controls\StickyNote.cs (4)
139
FontStyleProperty
.OverrideMetadata(owner, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnFontPropertyChanged)));
1475
innerControl.SetValue(
FontStyleProperty
, GetValue(
FontStyleProperty
));
1521
innerControl.ClearValue(
FontStyleProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2212
DependencyProperty dp = System.Windows.Controls.Control.
FontStyleProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1740
return System.Windows.Controls.Control.
FontStyleProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1667
new PropertyAndTransferMode () { Property = Control.
FontStyleProperty
, Mode = TransferMode.AlwaysTransfer},
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
141
adapter.SetValue(SWC.Control.
FontStyleProperty
, Convert.ToSystemWindowsFontStyle(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (1)
648
SWC.Control.
FontStyleProperty
.AddOwner(typeof(WindowsFormsHost));