3 writes to _store
WindowsBase (3)
Base\System\Windows\EntryIndex.cs (3)
23
_store
= index | 0x80000000;
28
_store
= index & 0x7FFFFFFF;
31
_store
|= 0x80000000;
2 references to _store
WindowsBase (2)
Base\System\Windows\EntryIndex.cs (2)
37
get { return (
_store
& 0x80000000) != 0; }
42
get { return
_store
& 0x7FFFFFFF; }