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