3 instantiations of MarkerList
PresentationFramework (3)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
6831MarkerList ml = new MarkerList(); 6865MarkerList ml = new MarkerList(); 11218MarkerList mlWant = new MarkerList();
17 references to MarkerList
PresentationFramework (17)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (17)
6829internal MarkerList GetOpenMarkerStyles() 6831MarkerList ml = new MarkerList(); 6863internal MarkerList GetLastMarkerStyles(MarkerList mlHave, MarkerList mlWant) 6865MarkerList ml = new MarkerList(); 11216internal MarkerList GetMarkerStylesOfParagraph(MarkerList mlHave, FormatState fs, bool bMarkerPresent) 11218MarkerList mlWant = new MarkerList(); 11326MarkerList mlHave = dna.GetOpenMarkerStyles(); 11327MarkerList mlWant = GetMarkerStylesOfParagraph(mlHave, formatState, bMarkerPresent); 11361MarkerList mlCouldHave = dna.GetLastMarkerStyles(mlHave, mlWant); 11362MarkerList mlCouldWant = GetMarkerStylesOfParagraph(mlCouldHave, formatState, bMarkerPresent); 11698private int GetMatchedMarkList(FormatState formatState, MarkerList mlHave, MarkerList mlWant) 11722private void EnsureListAndListItem(FormatState formatState, DocumentNodeArray dna, MarkerList mlHave, MarkerList mlWant, int nMatch)