12 references to FontWeightProperty
PresentationFramework (9)
System\Windows\Controls\Control.cs (2)
270
get { return (FontWeight) GetValue(
FontWeightProperty
); }
271
set { SetValue(
FontWeightProperty
, value); }
System\Windows\Controls\MenuItem.cs (1)
169
FontWeightProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight));
System\Windows\Controls\StickyNote.cs (4)
124
FontWeightProperty
.OverrideMetadata(owner, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnFontPropertyChanged)));
1460
innerControl.SetValue(
FontWeightProperty
, GetValue(
FontWeightProperty
));
1506
innerControl.ClearValue(
FontWeightProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2227
DependencyProperty dp = System.Windows.Controls.Control.
FontWeightProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1742
return System.Windows.Controls.Control.
FontWeightProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1663
new PropertyAndTransferMode () { Property = Control.
FontWeightProperty
, Mode = TransferMode.AlwaysTransfer},
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
138
adapter.SetValue(SWC.Control.
FontWeightProperty
, Convert.ToSystemWindowsFontWeight(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (1)
661
SWC.Control.
FontWeightProperty
.AddOwner(typeof(WindowsFormsHost));