6 references to s_cursorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
1542if (Properties.TryGetValue(s_cursorProperty, out Cursor? cursor)) 1555Cursor? localCursor = Properties.GetValueOrDefault<Cursor>(s_cursorProperty); 1559Properties.AddOrRemoveValue(s_cursorProperty, value); 3020bool checkCursor = !Properties.ContainsKey(s_cursorProperty); 7002if (!Properties.ContainsKey(s_cursorProperty)) 10569internal virtual bool ShouldSerializeCursor() => Properties.ContainsKey(s_cursorProperty);