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)
79
Array.Copy(tableCellPropertyList,
_inheritableTableCellProperties
, tableCellPropertyList.Length);
80
Array.Copy(_inheritableTextElementProperties, 0,
_inheritableTableCellProperties
, tableCellPropertyList.Length, _inheritableTextElementProperties.Length);
458
return
_inheritableTableCellProperties
;