1 write to _charAttributeTable
PresentationCore (1)
Core\CSharp\MS\Internal\Classification.cs (1)
231
_charAttributeTable
= new SecurityCriticalData<IntPtr>(ct.CharacterAttributes);
1 reference to _charAttributeTable
PresentationCore (1)
Core\CSharp\MS\Internal\Classification.cs (1)
467
get { return (CharacterAttribute*)
_charAttributeTable
.Value; }