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