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