11 references to TextIndentProperty
PresentationFramework (11)
MS\Internal\Text\LineProperties.cs (1)
127
_textIndent = (double)element.GetValue(Paragraph.
TextIndentProperty
);
System\Windows\Controls\TextRangeAdaptor.cs (1)
229
return NativeObjectLengthToPoints((double)tp.GetValue(Paragraph.
TextIndentProperty
));
System\Windows\Documents\List.cs (1)
273
block.ClearValue(Paragraph.
TextIndentProperty
);
System\Windows\Documents\Paragraph.cs (2)
117
get { return (double)GetValue(
TextIndentProperty
); }
118
set { SetValue(
TextIndentProperty
, value); }
System\windows\Documents\TextEditorLists.cs (4)
251
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
256
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
307
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
312
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRangeEdit.cs (1)
2345
new DoublePropertyRange (Paragraph.
TextIndentProperty
, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
System\Windows\Documents\TextSchema.cs (1)
981
Paragraph.
TextIndentProperty
,