3 references to Add
PresentationFramework (1)
System\windows\Documents\TextEditorCharacters.cs (1)
227
toggledTextDecorations.
Add
(TextDecorations.Underline);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
142
if (wfFont.Underline) { decorations.
Add
(TextDecorations.Underline); };
143
if (wfFont.Strikeout) { decorations.
Add
(TextDecorations.Strikethrough); }