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