4 references to MarkerStyleProperty
PresentationFramework (4)
System\Windows\Controls\TextRangeAdaptor.cs (1)
73
object val = tp.GetValue(List.
MarkerStyleProperty
);
System\Windows\Documents\List.cs (2)
104
get { return (TextMarkerStyle)GetValue(
MarkerStyleProperty
); }
105
set { SetValue(
MarkerStyleProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1007
List.
MarkerStyleProperty
,