8 references to StructuralCharacterProperties
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (8)
1786
for (int i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1788
DependencyProperty property = TextSchema.
StructuralCharacterProperties
[i];
1818
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1820
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1825
return (i < TextSchema.
StructuralCharacterProperties
.Length);
1833
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1835
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1840
return (i < TextSchema.
StructuralCharacterProperties
.Length);