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