3 overrides of AttachOverride
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
521
internal override bool
AttachOverride
(DependencyObject target, DependencyProperty dp)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
354
internal override bool
AttachOverride
(DependencyObject d, DependencyProperty dp)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
191
internal override bool
AttachOverride
(DependencyObject d, DependencyProperty dp)
4 references to AttachOverride
PresentationFramework (4)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
523
if (!base.
AttachOverride
(target, dp))
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
2055
AttachOverride
(target, dp);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
356
if (!base.
AttachOverride
(d, dp))
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
193
if (!base.
AttachOverride
(d, dp))