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