14 references to Disc
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (2)
69case TextMarkerStyle.Disc: 435markerStyle == TextMarkerStyle.Disc
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
68case TextMarkerStyle.Disc: 374markerStyle == TextMarkerStyle.Disc
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
89case TextMarkerStyle.Disc:
src\Framework\System\Windows\Documents\List.cs (2)
101TextMarkerStyle.Disc, 317|| value == TextMarkerStyle.Disc
src\Framework\System\windows\Documents\TextEditorLists.cs (5)
195list.MarkerStyle = TextMarkerStyle.Disc; 199TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 204TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 300TextRangeEditLists.ConvertParagraphsToListItems(thisSelection, TextMarkerStyle.Disc); 367return TextMarkerStyle.Disc <= markerStyle && markerStyle <= TextMarkerStyle.Box;
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
858TextMarkerStyle markerStyle = list != null ? list.MarkerStyle : TextMarkerStyle.Disc; 912case TextMarkerStyle.Disc :