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