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)
82
Array.Copy(tableCellPropertyList,
_inheritableTableCellProperties
, tableCellPropertyList.Length);
83
Array.Copy(_inheritableTextElementProperties, 0,
_inheritableTableCellProperties
, tableCellPropertyList.Length, _inheritableTextElementProperties.Length);
461
return
_inheritableTableCellProperties
;