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