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