8 references to StructuralCharacterProperties
PresentationFramework (8)
System\Windows\Documents\TextRangeEdit.cs (8)
1782
for (int i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1784
DependencyProperty property = TextSchema.
StructuralCharacterProperties
[i];
1814
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1816
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1821
return (i < TextSchema.
StructuralCharacterProperties
.Length);
1829
for (i = 0; i < TextSchema.
StructuralCharacterProperties
.Length; i++)
1831
DependencyProperty inheritableProperty = TextSchema.
StructuralCharacterProperties
[i];
1836
return (i < TextSchema.
StructuralCharacterProperties
.Length);