14 references to Disc
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
59case TextMarkerStyle.Disc: 425markerStyle == TextMarkerStyle.Disc
PresentationFramework (12)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
62case TextMarkerStyle.Disc: 365markerStyle == TextMarkerStyle.Disc
System\Windows\Controls\TextRangeAdaptor.cs (1)
78case TextMarkerStyle.Disc:
System\Windows\Documents\List.cs (2)
93TextMarkerStyle.Disc, 306|| value == TextMarkerStyle.Disc
System\windows\Documents\TextEditorLists.cs (5)
176list.MarkerStyle = TextMarkerStyle.Disc; 180TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 185TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 281TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 348return TextMarkerStyle.Disc <= markerStyle && markerStyle <= TextMarkerStyle.Box;
System\Windows\Documents\TextRangeBase.cs (2)
843TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc; 897case TextMarkerStyle.Disc :