8 references to StructuralCharacterProperties
PresentationFramework (8)
System\Windows\Documents\TextRangeEdit.cs (8)
1781
for (int i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1783
DependencyProperty property = TextSchema.
StructuralCharacterProperties
[i];
1813
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1815
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1820
return (i < TextSchema.
StructuralCharacterProperties
.Length);
1828
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1830
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1835
return (i < TextSchema.
StructuralCharacterProperties
.Length);