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)
240
return NativeObjectLengthToPoints((double)tp.GetValue(Paragraph.
TextIndentProperty
));
src\Framework\System\Windows\Documents\List.cs (1)
284
block.ClearValue(Paragraph.
TextIndentProperty
);
src\Framework\System\Windows\Documents\Paragraph.cs (2)
125
get { return (double)GetValue(
TextIndentProperty
); }
126
set { SetValue(
TextIndentProperty
, value); }
src\Framework\System\windows\Documents\TextEditorLists.cs (4)
270
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
275
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
326
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 20.0, PropertyValueAction.SetValue);
331
TextRangeEdit.SetParagraphProperty(thisSelection.Start, thisSelection.End, Paragraph.
TextIndentProperty
, 0.0, PropertyValueAction.SetValue);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
2350
new DoublePropertyRange (Paragraph.
TextIndentProperty
, -Math.Min(1000000, PTS.MaxPageSize), Math.Min(1000000, PTS.MaxPageSize))
src\Framework\System\Windows\Documents\TextSchema.cs (1)
990
Paragraph.
TextIndentProperty
,