2 references to CaptionFontFamilyProperty
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
355
get { return (FontFamily) GetValue(
CaptionFontFamilyProperty
); }
356
set { SetValue(
CaptionFontFamilyProperty
, value); }