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