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