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