5 references to DataContext
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
831
: ParentInternal?.
DataContext
;
834
if (Equals(value,
DataContext
))
841
if (Properties.ContainsKey(s_dataContextProperty) && Equals(ParentInternal?.
DataContext
, value))
3730
/// Occurs when the value of the <see cref="
DataContext
"/> property changes.
7029
if (Equals(Properties.GetValueOrDefault<object>(s_dataContextProperty), Parent?.
DataContext
))