1 write to _NullDataItem
PresentationFramework (1)
MS\Internal\Generated\AvTraceMessages.cs (1)
263
_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)
261
if (
_NullDataItem
== null )
266
return
_NullDataItem
;