2 references to CaptionFontStretchProperty
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
368
get { return (FontStretch) GetValue(
CaptionFontStretchProperty
); }
369
set { SetValue(
CaptionFontStretchProperty
, value); }