Note that there are some explanatory texts on larger screens.

plurals
  1. USSean Sexton
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThat appears to be the answer. For a short weak reference, the weak reference's Target goes null as soon as the finalizer is called. For a long weak reference, it only goes null when the object is actually collected. MSDN documentation is a little muddy on this. Documentation of short vs. long is clear, but the documentation of the IsAlive property is not entirely accurate, in that it indicates that IsAlive goes false when the object is collected. Technically, for short weak references, it goes false only when the object has been finalized, but before it's actually collected.
      singulars
    2. COSyntax errors in XAML. Converter goes on MultiBinding element. Change <MultiBinding.Bindings> to <MultiBinding>. (You can have property element syntax without a parent element above). Need to compile code before posting it.
      singulars
    3. COI agree. In part because I occasionally have to maintain code that you wrote years ago, Jeff. :O) The natural language, thorough comments that you wrote are exactly what's required to make occasional mods to code that I didn't write and change only rarely. Good commenting helps avoid spaghetti code, where code fragments are added that don't meet the intent of the original designer and then lead to problems. People need to remember that an organization will spend something like 2/3 of total lifecycle cost for SW during the maintenance phase. So whatever we can do to reduce maint is good.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload