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