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