9 references to FontStyleProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\Control.cs (2)
256
get { return (FontStyle) GetValue(
FontStyleProperty
); }
257
set { SetValue(
FontStyleProperty
, value); }
src\Framework\System\Windows\Controls\MenuItem.cs (1)
181
FontStyleProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle));
src\Framework\System\Windows\Controls\StickyNote.cs (4)
149
FontStyleProperty
.OverrideMetadata(owner, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnFontPropertyChanged)));
1485
innerControl.SetValue(
FontStyleProperty
, GetValue(
FontStyleProperty
));
1531
innerControl.ClearValue(
FontStyleProperty
);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2204
DependencyProperty dp = System.Windows.Controls.Control.
FontStyleProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1741
return System.Windows.Controls.Control.
FontStyleProperty
;