1 write to _inheritableBlockProperties
PresentationFramework (1)
System\Windows\Documents\TextSchema.cs (1)
68
_inheritableBlockProperties
= new DependencyProperty[blockPropertyList.Length + _inheritableTextElementProperties.Length];
5 references to _inheritableBlockProperties
PresentationFramework (5)
System\Windows\Documents\TextSchema.cs (5)
69
Array.Copy(blockPropertyList, 0,
_inheritableBlockProperties
, 0, blockPropertyList.Length);
70
Array.Copy(_inheritableTextElementProperties, 0,
_inheritableBlockProperties
, blockPropertyList.Length, _inheritableTextElementProperties.Length);
464
return
_inheritableBlockProperties
;
662
for (int i = 0; i <
_inheritableBlockProperties
.Length; i++)
664
if (formattingProperty ==
_inheritableBlockProperties
[i])