1 write to _inheritableTableCellProperties
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
81_inheritableTableCellProperties = new DependencyProperty[tableCellPropertyList.Length + _inheritableTextElementProperties.Length];
3 references to _inheritableTableCellProperties
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextSchema.cs (3)
82Array.Copy(tableCellPropertyList, _inheritableTableCellProperties, tableCellPropertyList.Length); 83Array.Copy(_inheritableTextElementProperties, 0, _inheritableTableCellProperties, tableCellPropertyList.Length, _inheritableTextElementProperties.Length); 461return _inheritableTableCellProperties;