4 references to _structuralCharacterProperties
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextSchema.cs (4)
744
for (i = 0; i <
_structuralCharacterProperties
.Length; i++)
746
if (formattingProperty ==
_structuralCharacterProperties
[i])
750
return (i <
_structuralCharacterProperties
.Length);
795
return
_structuralCharacterProperties
;