8 references to StructuralCharacterProperties
PresentationFramework (8)
System\Windows\Documents\TextRangeEdit.cs (8)
1784
for (int i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1786
DependencyProperty property = TextSchema.
StructuralCharacterProperties
[i];
1816
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1818
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1823
return (i < TextSchema.
StructuralCharacterProperties
.Length);
1831
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1833
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1838
return (i < TextSchema.
StructuralCharacterProperties
.Length);