4 references to _structuralCharacterProperties
PresentationFramework (4)
System\Windows\Documents\TextSchema.cs (4)
742
for (i = 0; i <
_structuralCharacterProperties
.Length; i++)
744
if (formattingProperty ==
_structuralCharacterProperties
[i])
748
return (i <
_structuralCharacterProperties
.Length);
793
return
_structuralCharacterProperties
;