4 references to _structuralCharacterProperties
PresentationFramework (4)
System\Windows\Documents\TextSchema.cs (4)
735
for (i = 0; i <
_structuralCharacterProperties
.Length; i++)
737
if (formattingProperty ==
_structuralCharacterProperties
[i])
741
return (i <
_structuralCharacterProperties
.Length);
786
return
_structuralCharacterProperties
;