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)
69Array.Copy(blockPropertyList, 0, _inheritableBlockProperties, 0, blockPropertyList.Length); 70Array.Copy(_inheritableTextElementProperties, 0, _inheritableBlockProperties, blockPropertyList.Length, _inheritableTextElementProperties.Length); 464return _inheritableBlockProperties; 662for (int i = 0; i < _inheritableBlockProperties.Length; i++) 664if (formattingProperty == _inheritableBlockProperties[i])