3 references to IsDataBound
PresentationFramework (3)
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
540if (BindingOperations.IsDataBound(this, HeaderProperty))
src\Framework\System\Windows\Data\BindingOperations.cs (2)
247if (IsDataBound(target, dp)) 271if (IsDataBound(target, entry.Property))