1 write to TraceSize
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingOperations.cs (1)
505set { DataBindEngine.CurrentDataBindEngine.AccessorTable.TraceSize = value; }
1 reference to TraceSize
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingOperations.cs (1)
504get { return DataBindEngine.CurrentDataBindEngine.AccessorTable.TraceSize; }