11 references to TextIndentProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
128_textIndent = (double)element.GetValue(Paragraph.TextIndentProperty);
System\Windows\Controls\TextRangeAdaptor.cs (1)
230return 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)
252TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 257TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 308TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 313TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRangeEdit.cs (1)
2346new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
System\Windows\Documents\TextSchema.cs (1)
987Paragraph.TextIndentProperty,