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