6 references to BasicLookup
PresentationFramework (6)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (6)
3491
xamlTag = (XamlTag)
BasicLookup
(TagTable, tagName);
3503
ss = (RtfSuperSubscript)
BasicLookup
(TypographyVariantsTable, s);
3515
xamlAttribute = (XamlAttribute)
BasicLookup
(AttributeTable, attributeName);
3794
ms = (MarkerStyle)
BasicLookup
(MarkerStyleTable, styleName);
3880
align = (HAlign)
BasicLookup
(HAlignTable, alignName);
3892
twips = (long)
BasicLookup
(HAlignTable, stretchName);