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)
232
return NativeObjectLengthToPoints((double)tp.GetValue(Paragraph.
TextIndentProperty
));
System\Windows\Documents\List.cs (1)
274
block.ClearValue(Paragraph.
TextIndentProperty
);
System\Windows\Documents\Paragraph.cs (2)
118
get { return (double)GetValue(
TextIndentProperty
); }
119
set { SetValue(
TextIndentProperty
, value); }
System\windows\Documents\TextEditorLists.cs (4)
268
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
273
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
324
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
329
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
System\Windows\Documents\TextRangeEdit.cs (1)
2348
new DoublePropertyRange (Paragraph.
TextIndentProperty
, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
System\Windows\Documents\TextSchema.cs (1)
988
Paragraph.
TextIndentProperty
,