5 references to HasValue
PresentationFramework (5)
MS\Internal\Data\BindingWorker.cs (1)
125internal bool HasValue(Feature id) { return _values.HasValue((int)id); }
MS\Internal\UncommonValueTable.cs (2)
91return HasValue(id) ? GetIndex(id) : -1; 98if (!HasValue(id))
System\Windows\Data\BindingBase.cs (1)
530internal bool HasValue(Feature id) { return _values.HasValue((int)id); }
System\Windows\Data\BindingExpressionBase.cs (1)
2983internal bool HasValue(Feature id) { return _values.HasValue((int)id); }