14 references to Disc
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (2)
60case TextMarkerStyle.Disc: 426markerStyle == TextMarkerStyle.Disc
PresentationFramework (12)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
63case TextMarkerStyle.Disc: 366markerStyle == TextMarkerStyle.Disc
System\Windows\Controls\TextRangeAdaptor.cs (1)
79case TextMarkerStyle.Disc:
System\Windows\Documents\List.cs (2)
94TextMarkerStyle.Disc, 307|| value == TextMarkerStyle.Disc
System\windows\Documents\TextEditorLists.cs (5)
177list.MarkerStyle = TextMarkerStyle.Disc; 181TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 186TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 282TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 349return TextMarkerStyle.Disc <= markerStyle && markerStyle <= TextMarkerStyle.Box;
System\Windows\Documents\TextRangeBase.cs (2)
844TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc; 898case TextMarkerStyle.Disc :