11 references to TextIndentProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
132_textIndent = (double)element.GetValue(Paragraph.TextIndentProperty);
System\Windows\Controls\TextRangeAdaptor.cs (1)
232return NativeObjectLengthToPoints((double)tp.GetValue(Paragraph.TextIndentProperty));
System\Windows\Documents\List.cs (1)
274block.ClearValue(Paragraph.TextIndentProperty);
System\Windows\Documents\Paragraph.cs (2)
118get { return (double)GetValue(TextIndentProperty); } 119set { SetValue(TextIndentProperty, value); }
System\windows\Documents\TextEditorLists.cs (4)
268TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 273TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 324TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 329TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRangeEdit.cs (1)
2348new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
System\Windows\Documents\TextSchema.cs (1)
988Paragraph.TextIndentProperty,