2 references to Delay
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingBase.cs (2)
169
get { return (int)GetValue(Feature.
Delay
, 0); }
170
set { CheckSealed(); SetValue(Feature.
Delay
, value, 0); }