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