6 references to BasicLookup
PresentationFramework (6)
System\Windows\Documents\XamlToRtfWriter.cs (6)
3484xamlTag = (XamlTag)BasicLookup(TagTable, tagName); 3496ss = (RtfSuperSubscript)BasicLookup(TypographyVariantsTable, s); 3508xamlAttribute = (XamlAttribute)BasicLookup(AttributeTable, attributeName); 3786ms = (MarkerStyle)BasicLookup(MarkerStyleTable, styleName); 3872align = (HAlign)BasicLookup(HAlignTable, alignName); 3884twips = (long)BasicLookup(HAlignTable, stretchName);