6 references to BasicLookup
PresentationFramework (6)
System\Windows\Documents\XamlToRtfWriter.cs (6)
3485xamlTag = (XamlTag)BasicLookup(TagTable, tagName); 3497ss = (RtfSuperSubscript)BasicLookup(TypographyVariantsTable, s); 3509xamlAttribute = (XamlAttribute)BasicLookup(AttributeTable, attributeName); 3787ms = (MarkerStyle)BasicLookup(MarkerStyleTable, styleName); 3873align = (HAlign)BasicLookup(HAlignTable, alignName); 3885twips = (long)BasicLookup(HAlignTable, stretchName);