1 write to _inheritableTableCellProperties
PresentationFramework (1)
System\Windows\Documents\TextSchema.cs (1)
78_inheritableTableCellProperties = new DependencyProperty[tableCellPropertyList.Length + _inheritableTextElementProperties.Length];
3 references to _inheritableTableCellProperties
PresentationFramework (3)
System\Windows\Documents\TextSchema.cs (3)
79Array.Copy(tableCellPropertyList, _inheritableTableCellProperties, tableCellPropertyList.Length); 80Array.Copy(_inheritableTextElementProperties, 0, _inheritableTableCellProperties, tableCellPropertyList.Length, _inheritableTextElementProperties.Length); 458return _inheritableTableCellProperties;