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