1 write to _NullDataItem
PresentationFramework (1)
MS\Internal\Generated\AvTraceMessages.cs (1)
260
_NullDataItem
= new AvTraceDetails(21, new string[] { "BindingExpression cannot retrieve value from null data item. This could happen when binding is detached or when binding to a Nullable type that has no value." } );
2 references to _NullDataItem
PresentationFramework (2)
MS\Internal\Generated\AvTraceMessages.cs (2)
258
if (
_NullDataItem
== null )
263
return
_NullDataItem
;