1 write to _inheritableBlockProperties
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
70
_inheritableBlockProperties
= new DependencyProperty[blockPropertyList.Length + _inheritableTextElementProperties.Length];
5 references to _inheritableBlockProperties
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextSchema.cs (5)
71
Array.Copy(blockPropertyList, 0,
_inheritableBlockProperties
, 0, blockPropertyList.Length);
72
Array.Copy(_inheritableTextElementProperties, 0,
_inheritableBlockProperties
, blockPropertyList.Length, _inheritableTextElementProperties.Length);
466
return
_inheritableBlockProperties
;
664
for (int i = 0; i <
_inheritableBlockProperties
.Length; i++)
666
if (formattingProperty ==
_inheritableBlockProperties
[i])