6 references to s_cursorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
1744
if (Properties.TryGetValue(
s_cursorProperty
, out Cursor? cursor))
1757
Cursor? localCursor = Properties.GetValueOrDefault<Cursor>(
s_cursorProperty
);
1761
Properties.AddOrRemoveValue(
s_cursorProperty
, value);
3222
bool checkCursor = !Properties.ContainsKey(
s_cursorProperty
);
7401
if (!Properties.ContainsKey(
s_cursorProperty
))
11369
internal virtual bool ShouldSerializeCursor() => Properties.ContainsKey(
s_cursorProperty
);