11 references to TextIndentProperty
PresentationFramework (11)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
135_textIndent = (double)element.GetValue(Paragraph.TextIndentProperty);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
240return NativeObjectLengthToPoints((double)tp.GetValue(Paragraph.TextIndentProperty));
src\Framework\System\Windows\Documents\List.cs (1)
284block.ClearValue(Paragraph.TextIndentProperty);
src\Framework\System\Windows\Documents\Paragraph.cs (2)
125get { return (double)GetValue(TextIndentProperty); } 126set { SetValue(TextIndentProperty, value); }
src\Framework\System\windows\Documents\TextEditorLists.cs (4)
270TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue); 275TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 326TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 20.0, PropertyValueAction.SetValue); 331TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.TextIndentProperty, 0.0, PropertyValueAction.SetValue);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2350new DoublePropertyRange (Paragraph.TextIndentProperty, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
src\Framework\System\Windows\Documents\TextSchema.cs (1)
990Paragraph.TextIndentProperty,