92 references to LookupTableEntry
PresentationFramework (92)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (92)
3353new LookupTableEntry("", (int)XamlTag.XTUnknown), 3354new LookupTableEntry("", (int)XamlTag.XTUnknown), 3355new LookupTableEntry("Bold", (int)XamlTag.XTBold), 3356new LookupTableEntry("Italic", (int)XamlTag.XTItalic), 3357new LookupTableEntry("Underline", (int)XamlTag.XTUnderline), 3358new LookupTableEntry("Hyperlink", (int)XamlTag.XTHyperlink), 3359new LookupTableEntry("Span", (int)XamlTag.XTInline), 3360new LookupTableEntry("Run", (int)XamlTag.XTInline), 3361new LookupTableEntry("LineBreak", (int)XamlTag.XTLineBreak), 3362new LookupTableEntry("Paragraph", (int)XamlTag.XTParagraph), 3363new LookupTableEntry("InlineUIContainer", (int)XamlTag.XTInline), 3364new LookupTableEntry("BlockUIContainer", (int)XamlTag.XTBlockUIContainer), 3365new LookupTableEntry("Image", (int)XamlTag.XTImage), 3366new LookupTableEntry("BitmapImage", (int)XamlTag.XTBitmapImage), 3367new LookupTableEntry("List", (int)XamlTag.XTList), 3368new LookupTableEntry("ListItem", (int)XamlTag.XTListItem), 3369new LookupTableEntry("Table", (int)XamlTag.XTTable), 3370new LookupTableEntry("TableRowGroup", (int)XamlTag.XTTableBody), 3371new LookupTableEntry("TableRow", (int)XamlTag.XTTableRow), 3372new LookupTableEntry("TableCell", (int)XamlTag.XTTableCell), 3373new LookupTableEntry("TableColumn", (int)XamlTag.XTTableColumn), 3374new LookupTableEntry("Section", (int)XamlTag.XTSection), 3375new LookupTableEntry("Figure", (int)XamlTag.XTFigure), 3376new LookupTableEntry("Floater", (int)XamlTag.XTFloater), 3379new LookupTableEntry("TextDecoration", (int)XamlTag.XTTextDecoration) 3384new LookupTableEntry("", (int)XamlAttribute.XAUnknown), 3385new LookupTableEntry("FontWeight", (int)XamlAttribute.XAFontWeight), 3386new LookupTableEntry("FontSize", (int)XamlAttribute.XAFontSize), 3387new LookupTableEntry("FontStyle", (int)XamlAttribute.XAFontStyle), 3388new LookupTableEntry("FontFamily", (int)XamlAttribute.XAFontFamily), 3389new LookupTableEntry("Background", (int)XamlAttribute.XABackground), 3390new LookupTableEntry("Foreground", (int)XamlAttribute.XAForeground), 3391new LookupTableEntry("FlowDirection", (int)XamlAttribute.XAFlowDirection), 3392new LookupTableEntry("TextDecorations", (int)XamlAttribute.XATextDecorations), 3393new LookupTableEntry("TextAlignment", (int)XamlAttribute.XATextAlignment), 3394new LookupTableEntry("MarkerStyle", (int)XamlAttribute.XAMarkerStyle), 3395new LookupTableEntry("TextIndent", (int)XamlAttribute.XATextIndent), 3396new LookupTableEntry("ColumnSpan", (int)XamlAttribute.XAColumnSpan), 3397new LookupTableEntry("RowSpan", (int)XamlAttribute.XARowSpan), 3398new LookupTableEntry("StartIndex", (int)XamlAttribute.XAStartIndex), 3399new LookupTableEntry("MarkerOffset", (int)XamlAttribute.XAMarkerOffset), 3400new LookupTableEntry("BorderThickness", (int)XamlAttribute.XABorderThickness), 3401new LookupTableEntry("BorderBrush", (int)XamlAttribute.XABorderBrush), 3402new LookupTableEntry("Padding", (int)XamlAttribute.XAPadding), 3403new LookupTableEntry("Margin", (int)XamlAttribute.XAMargin), 3404new LookupTableEntry("KeepTogether", (int)XamlAttribute.XAKeepTogether), 3405new LookupTableEntry("KeepWithNext", (int)XamlAttribute.XAKeepWithNext), 3406new LookupTableEntry("BaselineAlignment", (int)XamlAttribute.XABaselineAlignment), 3407new LookupTableEntry("BaselineOffset", (int)XamlAttribute.XABaselineOffset), 3408new LookupTableEntry("NavigateUri", (int)XamlAttribute.XANavigateUri), 3409new LookupTableEntry("TargetName", (int)XamlAttribute.XATargetName), 3410new LookupTableEntry("LineHeight", (int)XamlAttribute.XALineHeight), 3411new LookupTableEntry("xml:lang", (int)XamlAttribute.XALang), 3412new LookupTableEntry("Height", (int)XamlAttribute.XAHeight), 3413new LookupTableEntry("Source", (int)XamlAttribute.XASource), 3414new LookupTableEntry("UriSource", (int)XamlAttribute.XAUriSource), 3415new LookupTableEntry("Stretch", (int)XamlAttribute.XAStretch), 3416new LookupTableEntry("StretchDirection", (int)XamlAttribute.XAStretchDirection), 3419new LookupTableEntry("Location", (int)XamlAttribute.XALocation), 3420new LookupTableEntry("Width", (int)XamlAttribute.XAWidth), 3421new LookupTableEntry("Typography.Variants", (int)XamlAttribute.XATypographyVariants) 3426new LookupTableEntry("", (int)MarkerStyle.MarkerBullet), 3427new LookupTableEntry("None", (int)MarkerStyle.MarkerNone), 3428new LookupTableEntry("Decimal", (int)MarkerStyle.MarkerArabic), 3429new LookupTableEntry("UpperRoman", (int)MarkerStyle.MarkerUpperRoman), 3430new LookupTableEntry("LowerRoman", (int)MarkerStyle.MarkerLowerRoman), 3431new LookupTableEntry("UpperLatin", (int)MarkerStyle.MarkerUpperAlpha), 3432new LookupTableEntry("LowerLatin", (int)MarkerStyle.MarkerLowerAlpha), 3433new LookupTableEntry("Ordinal", (int)MarkerStyle.MarkerOrdinal), 3434new LookupTableEntry("Decimal", (int)MarkerStyle.MarkerCardinal), // Note no support in XAML 3435new LookupTableEntry("Disc", (int)MarkerStyle.MarkerBullet), 3436new LookupTableEntry("Box", (int)MarkerStyle.MarkerBullet), 3437new LookupTableEntry("Circle", (int)MarkerStyle.MarkerBullet), 3438new LookupTableEntry("Square", (int)MarkerStyle.MarkerBullet) 3443new LookupTableEntry("", (int)HAlign.AlignDefault), 3444new LookupTableEntry("Left", (int)HAlign.AlignLeft), 3445new LookupTableEntry("Right", (int)HAlign.AlignRight), 3446new LookupTableEntry("Center", (int)HAlign.AlignCenter), 3447new LookupTableEntry("Justify", (int)HAlign.AlignJustify), 3452new LookupTableEntry("", 0), 3453new LookupTableEntry("Normal", 0), 3454new LookupTableEntry("UltraCondensed", -80), 3455new LookupTableEntry("ExtraCondensed", -60), 3456new LookupTableEntry("Condensed", -40), 3457new LookupTableEntry("SemiCondensed", -20), 3458new LookupTableEntry("SemiExpanded", 20), 3459new LookupTableEntry("Expanded", 40), 3460new LookupTableEntry("ExtraExpanded", 60), 3461new LookupTableEntry("UltraExpanded", 80), 3466new LookupTableEntry("Normal", (int)RtfSuperSubscript.Normal), 3467new LookupTableEntry("Superscript", (int)RtfSuperSubscript.Super), 3468new LookupTableEntry("Subscript", (int)RtfSuperSubscript.Sub),