12 references to FontWeightProperty
PresentationFramework (9)
System\Windows\Controls\Control.cs (2)
279
get { return (FontWeight) GetValue(
FontWeightProperty
); }
280
set { SetValue(
FontWeightProperty
, value); }
System\Windows\Controls\MenuItem.cs (1)
179
FontWeightProperty
.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight));
System\Windows\Controls\StickyNote.cs (4)
140
FontWeightProperty
.OverrideMetadata(owner, new FrameworkPropertyMetadata(new PropertyChangedCallback(OnFontPropertyChanged)));
1476
innerControl.SetValue(
FontWeightProperty
, GetValue(
FontWeightProperty
));
1522
innerControl.ClearValue(
FontWeightProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2229
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)
1668
new PropertyAndTransferMode () { Property = Control.
FontWeightProperty
, Mode = TransferMode.AlwaysTransfer},
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
140
adapter.SetValue(SWC.Control.
FontWeightProperty
, Convert.ToSystemWindowsFontWeight(wfFont));
System\Windows\Integration\WindowsFormsHost.cs (1)
663
SWC.Control.
FontWeightProperty
.AddOwner(typeof(WindowsFormsHost));