2 references to CaptionFontWeightProperty
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
430
get { return (FontWeight) GetValue(
CaptionFontWeightProperty
); }
431
set { SetValue(
CaptionFontWeightProperty
, value); }