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