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