diff --git a/techniques/css/C43.html b/techniques/css/C43.html index 0295e33221..ee3d14329f 100644 --- a/techniques/css/C43.html +++ b/techniques/css/C43.html @@ -167,12 +167,14 @@

Procedure

For each user interface component that can receive keyboard focus:

  1. Check that the user interface component is not entirely hidden when it receives keyboard focus.
  2. +
  3. Check that no part of the user interface component is hidden when it receives keyboard focus.

Expected Results

diff --git a/understanding/20/change-on-request.html b/understanding/20/change-on-request.html index 91d1a87c4c..d01acbbe3d 100644 --- a/understanding/20/change-on-request.html +++ b/understanding/20/change-on-request.html @@ -65,8 +65,7 @@

Benefits of Change on Request

  • -

    Individuals who are unable to detect changes of context or may not realize that the - context has changed are less likely to become disoriented while navigating a site. +

    Individuals who are unable to detect changes of context or who may not realize that the context has changed are less likely to become disoriented if they initiate the change themselves. For example:

    diff --git a/understanding/20/name-role-value.html b/understanding/20/name-role-value.html index e0db538bbb..8629273f72 100644 --- a/understanding/20/name-role-value.html +++ b/understanding/20/name-role-value.html @@ -1,50 +1,41 @@ - + Understanding Name, Role, Value

    Understanding Name, Role, Value

    -

    In brief

    Goal
    People using assistive technology understand all components.
    What to do
    Give components correct names, roles, states, and values.
    -
    Why it's important
    Assistive technology only works well when code is done properly.
    +
    Why it's important
    Assistive technology only works well when code is done properly.
    -
    -

    Intent of Name, Role, Value

    - -

    The intent of this Success Criterion is to ensure that Assistive Technologies (AT) can gather appropriate information about, activate (or set) and keep up to date on the status of user interface controls in the content.

    -

    When standard controls from accessible technologies are used, this process is straightforward. If the user interface elements are used according to specification the conditions of this provision will be met. (See examples of Success Criterion 4.1.2 below)

    -

    If custom controls are created, however, or interface elements are programmed (in code or script) to have a different role and/or function than usual, then additional measures need to be taken to ensure that the controls provide important and appropriate information to assistive technologies and allow themselves to be controlled by assistive technologies.

    -

    What roles and states are appropriate to convey to assistive technology will depend on what the control represents. Specifics about such information are defined by other specifications, such as WAI-ARIA, or the relevant platform standards. Another factor to consider is whether there is sufficient accessibility support with assistive technologies to convey the information as specified.

    -

    A particularly important state of a user interface control is whether or not it has focus. The focus state of a control can be programmatically determined, and notifications about change of focus are sent to user agents and assistive technology. Other examples @@ -52,48 +43,32 @@

    Intent of Name, Role, Value

    been selected, or whether a collapsible tree view or accordion is expanded or collapsed.

    -
    -

    Success Criterion 4.1.2 requires a programmatically determinable name for all user interface components. Names may be visible or invisible. Occasionally, the name needs to be visible, in which case it is identified as a label. Refer to the definition of name and label in the glossary for more information.

    -
    - -

    Benefits of Name, Role, Value

    - - -
    -

    Examples of Name, Role, Value

    -
    Accessible APIs
    A Java applet uses the accessibility API defined by the language.
    -
    -

    Resources for Name, Role, Value

    - - -
    -

    Techniques for Name, Role, Value

    - -

    Sufficient Techniques for Name, Role, Value

    - -
    -

    Situation A: If using a standard user interface component in a markup language (e.g., HTML):

    - -
    -
    -

    Situation B: If using script or code to re-purpose a standard user interface component in a markup language:

    -
      -
    • -

      Exposing the names and roles, allowing user-settable properties to be directly set, and providing notification of changes using one of the following techniques:

      -
        -
      • - -
      • -
      -
    • -
    -
    -
    -

    Situation C: If using a standard user interface component in a programming technology:

    - -
    -
    -

    Situation D: If creating your own user interface component in a programming language:

    - -
    -
    -

    Additional Techniques (Advisory) for Name, Role, Value

    -
    -

    Failures for Name, Role, Value

    - - -
    -
    - diff --git a/understanding/21/text-spacing.html b/understanding/21/text-spacing.html index 77b6c1f708..8d15e5f89d 100644 --- a/understanding/21/text-spacing.html +++ b/understanding/21/text-spacing.html @@ -65,7 +65,7 @@

    Text Cut Off

    Vertical text cut off is a failure.
    Heading text truncated vertically. -

    In Figure 2 the last portion of text is cut off in 3 side-by-side headings. The 1st heading should read "A cog in the wheel." But it reads "A cog in the whe". Only half of the second "e" is visible and the letter "l" is completely missing. The 2nd heading should read "A penny for your thoughts". But it reads "A penny for your". The 3rd should read "Back to the drawing board." But it reads "Back to the drawi".

    +

    In Figure 2 the last portion of text is cut off in three side-by-side headings. The first heading should read "A cog in the wheel", but it reads "A cog in the whe". Only half of the second "e" is visible and the letter "l" is completely missing. The second heading should read "A penny for your thoughts". But it reads "A penny for your". The third should read "Back to the drawing board." But it reads "Back to the drawi".

    Horizontal text cut off is a failure.
    3 side-by-side headings with truncated text. @@ -73,7 +73,7 @@

    Text Cut Off

    Text Overlap

    -

    In Figure 3 the last 3 words "Groups and Programs" of the heading "Technologists Seeking Input from Groups and Programs" overlap the following sentence. That sentence should read, "You are invited to share ideas and areas of interest related to the integration of technology from a group or program perspective." But the words "You are invited to share ideas" are obscured and unreadable.

    +

    In Figure 3 the last three words "Groups and Programs" of the heading "Technologists Seeking Input from Groups and Programs" overlap the following sentence. That sentence should read, "You are invited to share ideas and areas of interest related to the integration of technology from a group or program perspective." However, the words "You are invited to share ideas" are obscured and unreadable.

    Overlapping text is a failure.
    Heading text overlaps part of paragraph text. @@ -115,15 +115,15 @@

    Languages and Scripts

    Results

    No adverse effects occurred. The following are the specific findings:

    -
    Character Spacing
    +
    Character Spacing
    Individual characters in words remained intact though they were spaced a bit further apart.
    -
    Word Spacing
    -
    Words were spaced farther apart. In languages that do not have words (e.g. Japanese) applying word spacing had no effect. This is expected.
    +
    Word Spacing
    +
    Words were spaced further apart. In languages that do not have words (e.g., Japanese) applying word spacing had no effect. This is expected.
    Line Height
    Changing line height did not separate diacritics from characters, nor did it adversely impact ascenders or descenders.

    As previously discussed, the ability to read text with adjusted spacing is a user responsibility. This is true no matter the language.

    -

    The SC's exception addresses cases where a text style property is not used in a language or script. In such cases, authors are only required to ensure relevant properties do not break the layout.

    +

    The SC's exception addresses cases where a text style property is not used in a language or script. In such cases, authors are only required to ensure relevant properties do not break the layout.

    diff --git a/working-examples/silverlight-accessible-validation/AccessibleValidation.xap b/working-examples/silverlight-accessible-validation/AccessibleValidation.xap deleted file mode 100644 index ceff6aa8df..0000000000 Binary files a/working-examples/silverlight-accessible-validation/AccessibleValidation.xap and /dev/null differ diff --git a/working-examples/silverlight-accessible-validation/index.html b/working-examples/silverlight-accessible-validation/index.html deleted file mode 100644 index 0bf9dc4c70..0000000000 --- a/working-examples/silverlight-accessible-validation/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - AccessibleValidation - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-alternative-audio-channel/AlternativeAudioChannel.xap b/working-examples/silverlight-alternative-audio-channel/AlternativeAudioChannel.xap deleted file mode 100644 index 0281cf7911..0000000000 Binary files a/working-examples/silverlight-alternative-audio-channel/AlternativeAudioChannel.xap and /dev/null differ diff --git a/working-examples/silverlight-alternative-audio-channel/index.html b/working-examples/silverlight-alternative-audio-channel/index.html deleted file mode 100644 index 59ec422cfa..0000000000 --- a/working-examples/silverlight-alternative-audio-channel/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - AlternativeAudioChannel - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-application-level-key-handling/ApplicationLevelKeyHandling.xap b/working-examples/silverlight-application-level-key-handling/ApplicationLevelKeyHandling.xap deleted file mode 100644 index 4fbbba0229..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/ApplicationLevelKeyHandling.xap and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/index.html b/working-examples/silverlight-application-level-key-handling/index.html deleted file mode 100644 index 4d76dfd998..0000000000 --- a/working-examples/silverlight-application-level-key-handling/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ApplicationLevelKeyHandling - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-application-level-key-handling/source/Metadata.xml b/working-examples/silverlight-application-level-key-handling/source/Metadata.xml deleted file mode 100644 index 865ce8a6a1..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/Metadata.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - 0.683757839154774 - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\flower.jpg - 0 - 0.248322147651007 - 0.426006666529119 - 0.447427293064877 - 1 - - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\guy_by_the_beach.jpg - 0.284513295996183 - 0 - 0.445908699115547 - 0.447427293064877 - 2 - - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\tree_blossoms.jpg - 0.564602007381454 - 0.328859060402685 - 0.435397992618546 - 0.447427293064877 - 3 - - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\licorice.jpg - 0.22022604281128 - 0.552572706935123 - 0.437066526416967 - 0.447427293064877 - 4 - - - \ No newline at end of file diff --git a/working-examples/silverlight-application-level-key-handling/source/SparseImageSceneGraph.xml b/working-examples/silverlight-application-level-key-handling/source/SparseImageSceneGraph.xml deleted file mode 100644 index fe665d62f0..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/SparseImageSceneGraph.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - 0.683757839154774 - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\flower.jpg - 0 - 0.248322147651007 - 0.426006666529119 - 0.447427293064877 - 1 - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\guy_by_the_beach.jpg - 0.284513295996183 - 0 - 0.445908699115547 - 0.447427293064877 - 2 - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\tree_blossoms.jpg - 0.564602007381454 - 0.328859060402685 - 0.435397992618546 - 0.447427293064877 - 3 - - - C:\Documents and Settings\samlan\My Documents\Expression\Deep Zoom Composer Projects\sampleProject\source images\licorice.jpg - 0.22022604281128 - 0.552572706935123 - 0.437066526416967 - 0.447427293064877 - 4 - - \ No newline at end of file diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output.xml b/working-examples/silverlight-application-level-key-handling/source/dzc_output.xml deleted file mode 100644 index 581a65759f..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/dzc_output.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/0/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/0/0_0.png deleted file mode 100644 index d79230945c..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/0/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/1/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/1/0_0.png deleted file mode 100644 index 151ac9ac12..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/1/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/2/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/2/0_0.png deleted file mode 100644 index d095579955..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/2/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/3/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/3/0_0.png deleted file mode 100644 index 1989fc3856..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/3/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/4/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/4/0_0.png deleted file mode 100644 index 428664aa22..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/4/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/5/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/5/0_0.png deleted file mode 100644 index e3a6757159..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/5/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/6/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/6/0_0.png deleted file mode 100644 index f8a15d5150..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/6/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/7/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/7/0_0.png deleted file mode 100644 index 773f0a05b6..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/7/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_0.png deleted file mode 100644 index 3c59cbcfe1..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_1.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_1.png deleted file mode 100644 index a10cb3a73a..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/0_1.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_0.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_0.png deleted file mode 100644 index 1e1b8865bf..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_0.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_1.png b/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_1.png deleted file mode 100644 index fa294d2efa..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_files/8/1_1.png and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower.xml b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower.xml deleted file mode 100644 index 81740e261c..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/0/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/0/0_0.jpg deleted file mode 100644 index 4b010e9765..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/0/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/1/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/1/0_0.jpg deleted file mode 100644 index de0854ecfc..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/1/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_0.jpg deleted file mode 100644 index 019a1609f5..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_1.jpg deleted file mode 100644 index 18b0ed956e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_2.jpg deleted file mode 100644 index 8bf461ec88..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_3.jpg deleted file mode 100644 index ee849d2558..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/0_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_0.jpg deleted file mode 100644 index 47fc6c0f51..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_1.jpg deleted file mode 100644 index dc6b92b592..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_2.jpg deleted file mode 100644 index 5189ba8165..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_3.jpg deleted file mode 100644 index bd51348cf8..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/1_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_0.jpg deleted file mode 100644 index 072194b600..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_1.jpg deleted file mode 100644 index da7b9ff60e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_2.jpg deleted file mode 100644 index 2043690a14..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_3.jpg deleted file mode 100644 index 9e93066cd1..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/10/2_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/2/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/2/0_0.jpg deleted file mode 100644 index 0dc7eaec09..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/2/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/3/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/3/0_0.jpg deleted file mode 100644 index e9e529706e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/3/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/4/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/4/0_0.jpg deleted file mode 100644 index 29b1d1339d..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/4/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/5/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/5/0_0.jpg deleted file mode 100644 index 203ddd63e9..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/5/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/6/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/6/0_0.jpg deleted file mode 100644 index a133dcad38..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/6/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/7/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/7/0_0.jpg deleted file mode 100644 index 0e3f37ff0b..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/7/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/8/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/8/0_0.jpg deleted file mode 100644 index 3aab41317a..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/8/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_0.jpg deleted file mode 100644 index 3fb8209ad4..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_1.jpg deleted file mode 100644 index 5ffd79dbbc..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_0.jpg deleted file mode 100644 index 4a9b380909..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_1.jpg deleted file mode 100644 index e497c6264b..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/flower_files/9/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach.xml b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach.xml deleted file mode 100644 index 7fe870ecd3..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/0/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/0/0_0.jpg deleted file mode 100644 index 1f0559f8f4..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/0/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/1/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/1/0_0.jpg deleted file mode 100644 index 4f0c2f6727..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/1/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_0.jpg deleted file mode 100644 index 363c865967..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_1.jpg deleted file mode 100644 index 8f6318c1fd..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_2.jpg deleted file mode 100644 index fa7a1fd609..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_3.jpg deleted file mode 100644 index 021020cdcc..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/0_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_0.jpg deleted file mode 100644 index d5ce1cdead..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_1.jpg deleted file mode 100644 index d79d19647b..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_2.jpg deleted file mode 100644 index 3331b96cdf..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_3.jpg deleted file mode 100644 index 6a98f97132..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/1_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_0.jpg deleted file mode 100644 index 139adaca03..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_1.jpg deleted file mode 100644 index 5132420404..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_2.jpg deleted file mode 100644 index 72b48dd55e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_3.jpg deleted file mode 100644 index 53986f42b5..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/10/2_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/2/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/2/0_0.jpg deleted file mode 100644 index 750e2143db..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/2/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/3/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/3/0_0.jpg deleted file mode 100644 index b4b4bda457..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/3/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/4/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/4/0_0.jpg deleted file mode 100644 index 038816c5f9..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/4/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/5/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/5/0_0.jpg deleted file mode 100644 index 292ce8939d..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/5/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/6/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/6/0_0.jpg deleted file mode 100644 index e89637210c..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/6/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/7/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/7/0_0.jpg deleted file mode 100644 index 7b7e826ea0..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/7/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/8/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/8/0_0.jpg deleted file mode 100644 index 5a80ba47af..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/8/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_0.jpg deleted file mode 100644 index f20e927cc7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_1.jpg deleted file mode 100644 index db350ebbaf..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_0.jpg deleted file mode 100644 index ad7967759e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_1.jpg deleted file mode 100644 index 117e4b65bf..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/guy_by_the_beach_files/9/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice.xml b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice.xml deleted file mode 100644 index c4a74dcb5d..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/0/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/0/0_0.jpg deleted file mode 100644 index 6d8ffdeed7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/0/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/1/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/1/0_0.jpg deleted file mode 100644 index dca3645e50..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/1/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_0.jpg deleted file mode 100644 index 4d7822e01f..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_1.jpg deleted file mode 100644 index 2518c17a60..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_2.jpg deleted file mode 100644 index 6873d7e4c9..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_3.jpg deleted file mode 100644 index 9495d71dc3..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/0_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_0.jpg deleted file mode 100644 index a9e2643d83..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_1.jpg deleted file mode 100644 index b84594daab..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_2.jpg deleted file mode 100644 index 3036c7bc5f..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_3.jpg deleted file mode 100644 index 8cbb24e055..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/1_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_0.jpg deleted file mode 100644 index f015846b10..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_1.jpg deleted file mode 100644 index 490b6151c7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_2.jpg deleted file mode 100644 index 490b6151c7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_3.jpg deleted file mode 100644 index d1a13d5eac..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/10/2_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/2/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/2/0_0.jpg deleted file mode 100644 index d1ebfc184d..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/2/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/3/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/3/0_0.jpg deleted file mode 100644 index 9c4a7d1eab..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/3/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/4/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/4/0_0.jpg deleted file mode 100644 index e3c268a0f4..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/4/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/5/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/5/0_0.jpg deleted file mode 100644 index 33936fdfdd..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/5/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/6/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/6/0_0.jpg deleted file mode 100644 index ccb23a7c99..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/6/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/7/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/7/0_0.jpg deleted file mode 100644 index 02ce50ae61..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/7/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/8/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/8/0_0.jpg deleted file mode 100644 index 9d0c0b2028..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/8/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_0.jpg deleted file mode 100644 index 8988f8264c..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_1.jpg deleted file mode 100644 index a89d9631c5..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_0.jpg deleted file mode 100644 index 41c030c681..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_1.jpg deleted file mode 100644 index 3e1e8a34d7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/licorice_files/9/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms.xml b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms.xml deleted file mode 100644 index fdaac2adb5..0000000000 --- a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/0/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/0/0_0.jpg deleted file mode 100644 index a191e8baf5..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/0/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/1/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/1/0_0.jpg deleted file mode 100644 index 28e333f728..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/1/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_0.jpg deleted file mode 100644 index 8beedcad07..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_1.jpg deleted file mode 100644 index 2e68225cc4..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_2.jpg deleted file mode 100644 index 80bcd4885d..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_3.jpg deleted file mode 100644 index 73dc6c5a38..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/0_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_0.jpg deleted file mode 100644 index 251d728bf6..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_1.jpg deleted file mode 100644 index 14d77bf30a..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_2.jpg deleted file mode 100644 index b87c9aa360..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_3.jpg deleted file mode 100644 index 9039d0c279..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/1_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_0.jpg deleted file mode 100644 index 008f31f7dd..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_1.jpg deleted file mode 100644 index 58c905bcc3..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_2.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_2.jpg deleted file mode 100644 index 16b9d5ff84..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_2.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_3.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_3.jpg deleted file mode 100644 index 8518dad4f3..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/10/2_3.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/2/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/2/0_0.jpg deleted file mode 100644 index 8a12a84887..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/2/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/3/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/3/0_0.jpg deleted file mode 100644 index 8d602e4f68..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/3/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/4/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/4/0_0.jpg deleted file mode 100644 index 344fe132c7..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/4/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/5/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/5/0_0.jpg deleted file mode 100644 index ee31940bcb..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/5/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/6/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/6/0_0.jpg deleted file mode 100644 index cc8e5d3b0e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/6/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/7/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/7/0_0.jpg deleted file mode 100644 index ca572d45fa..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/7/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/8/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/8/0_0.jpg deleted file mode 100644 index afae59199e..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/8/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_0.jpg deleted file mode 100644 index 67b3273176..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_1.jpg deleted file mode 100644 index 4cd435aa76..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/0_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_0.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_0.jpg deleted file mode 100644 index b8b58076c9..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_0.jpg and /dev/null differ diff --git a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_1.jpg b/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_1.jpg deleted file mode 100644 index 9c786083a4..0000000000 Binary files a/working-examples/silverlight-application-level-key-handling/source/dzc_output_images/tree_blossoms_files/9/1_1.jpg and /dev/null differ diff --git a/working-examples/silverlight-automation-properties-help-text/AutomationPropertiesHelpText.xap b/working-examples/silverlight-automation-properties-help-text/AutomationPropertiesHelpText.xap deleted file mode 100644 index b93ec23158..0000000000 Binary files a/working-examples/silverlight-automation-properties-help-text/AutomationPropertiesHelpText.xap and /dev/null differ diff --git a/working-examples/silverlight-automation-properties-help-text/index.html b/working-examples/silverlight-automation-properties-help-text/index.html deleted file mode 100644 index 828e843598..0000000000 --- a/working-examples/silverlight-automation-properties-help-text/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - AutomationPropertiesHelpText - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-basic-submit-button/BasicSubmitButton.xap b/working-examples/silverlight-basic-submit-button/BasicSubmitButton.xap deleted file mode 100644 index 40779afee2..0000000000 Binary files a/working-examples/silverlight-basic-submit-button/BasicSubmitButton.xap and /dev/null differ diff --git a/working-examples/silverlight-basic-submit-button/index.html b/working-examples/silverlight-basic-submit-button/index.html deleted file mode 100644 index 818b770671..0000000000 --- a/working-examples/silverlight-basic-submit-button/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - BasicSubmitButton - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-browser-zoom/BrowserZoom.xap b/working-examples/silverlight-browser-zoom/BrowserZoom.xap deleted file mode 100644 index e2832f69dc..0000000000 Binary files a/working-examples/silverlight-browser-zoom/BrowserZoom.xap and /dev/null differ diff --git a/working-examples/silverlight-browser-zoom/index.html b/working-examples/silverlight-browser-zoom/index.html deleted file mode 100644 index c902bfea87..0000000000 --- a/working-examples/silverlight-browser-zoom/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - BrowserZoom - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-built-in-key-equivalence/BuiltInKeyEquivalence.xap b/working-examples/silverlight-built-in-key-equivalence/BuiltInKeyEquivalence.xap deleted file mode 100644 index 6c24c23b47..0000000000 Binary files a/working-examples/silverlight-built-in-key-equivalence/BuiltInKeyEquivalence.xap and /dev/null differ diff --git a/working-examples/silverlight-built-in-key-equivalence/index.html b/working-examples/silverlight-built-in-key-equivalence/index.html deleted file mode 100644 index 99f4c48c80..0000000000 --- a/working-examples/silverlight-built-in-key-equivalence/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - BuiltInKeyEquivalence - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-button-nontext-text-composition/ButtonNontextTextComposition.xap b/working-examples/silverlight-button-nontext-text-composition/ButtonNontextTextComposition.xap deleted file mode 100644 index 38bb083949..0000000000 Binary files a/working-examples/silverlight-button-nontext-text-composition/ButtonNontextTextComposition.xap and /dev/null differ diff --git a/working-examples/silverlight-button-nontext-text-composition/index.html b/working-examples/silverlight-button-nontext-text-composition/index.html deleted file mode 100644 index e025c5be68..0000000000 --- a/working-examples/silverlight-button-nontext-text-composition/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ButtonNontextTextComposition - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-button-text-alternative/ButtonNontextTextComposition.xap b/working-examples/silverlight-button-text-alternative/ButtonNontextTextComposition.xap deleted file mode 100644 index e23aa54912..0000000000 Binary files a/working-examples/silverlight-button-text-alternative/ButtonNontextTextComposition.xap and /dev/null differ diff --git a/working-examples/silverlight-button-text-alternative/index.html b/working-examples/silverlight-button-text-alternative/index.html deleted file mode 100644 index e025c5be68..0000000000 --- a/working-examples/silverlight-button-text-alternative/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ButtonNontextTextComposition - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-by-animation-font-size/ByAnimationFontSize.xap b/working-examples/silverlight-by-animation-font-size/ByAnimationFontSize.xap deleted file mode 100644 index a34ed59e89..0000000000 Binary files a/working-examples/silverlight-by-animation-font-size/ByAnimationFontSize.xap and /dev/null differ diff --git a/working-examples/silverlight-by-animation-font-size/index.html b/working-examples/silverlight-by-animation-font-size/index.html deleted file mode 100644 index 3ef66b4927..0000000000 --- a/working-examples/silverlight-by-animation-font-size/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - StyleSwitcherFontSize - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-document-structure/DocumentStructure.xap b/working-examples/silverlight-document-structure/DocumentStructure.xap deleted file mode 100644 index 71ce5825cd..0000000000 Binary files a/working-examples/silverlight-document-structure/DocumentStructure.xap and /dev/null differ diff --git a/working-examples/silverlight-document-structure/index.html b/working-examples/silverlight-document-structure/index.html deleted file mode 100644 index c5a1810961..0000000000 --- a/working-examples/silverlight-document-structure/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - DocumentStructure - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.dll b/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.dll deleted file mode 100644 index d8b73151fb..0000000000 Binary files a/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.dll and /dev/null differ diff --git a/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.xap b/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.xap deleted file mode 100644 index e5fac169cc..0000000000 Binary files a/working-examples/silverlight-focus-visual-custom-control/FocusVisualCustomControl.xap and /dev/null differ diff --git a/working-examples/silverlight-focus-visual-custom-control/index.html b/working-examples/silverlight-focus-visual-custom-control/index.html deleted file mode 100644 index 50db03cfaa..0000000000 --- a/working-examples/silverlight-focus-visual-custom-control/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - FocusVisualCustomControl - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-focusable-image/FocusableImage.dll b/working-examples/silverlight-focusable-image/FocusableImage.dll deleted file mode 100644 index b68d04e951..0000000000 Binary files a/working-examples/silverlight-focusable-image/FocusableImage.dll and /dev/null differ diff --git a/working-examples/silverlight-focusable-image/ImageEquivalent.xap b/working-examples/silverlight-focusable-image/ImageEquivalent.xap deleted file mode 100644 index 26da206828..0000000000 Binary files a/working-examples/silverlight-focusable-image/ImageEquivalent.xap and /dev/null differ diff --git a/working-examples/silverlight-focusable-image/index.html b/working-examples/silverlight-focusable-image/index.html deleted file mode 100644 index 33196379c3..0000000000 --- a/working-examples/silverlight-focusable-image/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ImageEquivalent - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-help-text-and-tool-tip/HelpTextAndToolTip.xap b/working-examples/silverlight-help-text-and-tool-tip/HelpTextAndToolTip.xap deleted file mode 100644 index 68f87a359a..0000000000 Binary files a/working-examples/silverlight-help-text-and-tool-tip/HelpTextAndToolTip.xap and /dev/null differ diff --git a/working-examples/silverlight-help-text-and-tool-tip/index.html b/working-examples/silverlight-help-text-and-tool-tip/index.html deleted file mode 100644 index c9628068bd..0000000000 --- a/working-examples/silverlight-help-text-and-tool-tip/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - HelpTextAndToolTip - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-high-contrast/HighContrast.xap b/working-examples/silverlight-high-contrast/HighContrast.xap deleted file mode 100644 index c4c74a1cdc..0000000000 Binary files a/working-examples/silverlight-high-contrast/HighContrast.xap and /dev/null differ diff --git a/working-examples/silverlight-high-contrast/index.html b/working-examples/silverlight-high-contrast/index.html deleted file mode 100644 index 9b156ee74e..0000000000 --- a/working-examples/silverlight-high-contrast/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - HighContrast - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-labels/Labels.xap b/working-examples/silverlight-labels/Labels.xap deleted file mode 100644 index 19ecb12c8e..0000000000 Binary files a/working-examples/silverlight-labels/Labels.xap and /dev/null differ diff --git a/working-examples/silverlight-labels/index.html b/working-examples/silverlight-labels/index.html deleted file mode 100644 index 5aaad0f1c4..0000000000 --- a/working-examples/silverlight-labels/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - Labels - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-lang-properties/LangProperties.xap b/working-examples/silverlight-lang-properties/LangProperties.xap deleted file mode 100644 index 52a3515510..0000000000 Binary files a/working-examples/silverlight-lang-properties/LangProperties.xap and /dev/null differ diff --git a/working-examples/silverlight-lang-properties/index.html b/working-examples/silverlight-lang-properties/index.html deleted file mode 100644 index a9ec32dda8..0000000000 --- a/working-examples/silverlight-lang-properties/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - LangProperties - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-media-element-controls-auto-play/MediaElementControlsAutoPlay.xap b/working-examples/silverlight-media-element-controls-auto-play/MediaElementControlsAutoPlay.xap deleted file mode 100644 index a233827fb5..0000000000 Binary files a/working-examples/silverlight-media-element-controls-auto-play/MediaElementControlsAutoPlay.xap and /dev/null differ diff --git a/working-examples/silverlight-media-element-controls-auto-play/index.html b/working-examples/silverlight-media-element-controls-auto-play/index.html deleted file mode 100644 index 7008514e47..0000000000 --- a/working-examples/silverlight-media-element-controls-auto-play/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - MediaElementControlsAutoPlay - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-media-element-controls/MediaElementControls.xap b/working-examples/silverlight-media-element-controls/MediaElementControls.xap deleted file mode 100644 index 955dfb8c5b..0000000000 Binary files a/working-examples/silverlight-media-element-controls/MediaElementControls.xap and /dev/null differ diff --git a/working-examples/silverlight-media-element-controls/index.html b/working-examples/silverlight-media-element-controls/index.html deleted file mode 100644 index 024274a6a4..0000000000 --- a/working-examples/silverlight-media-element-controls/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - MediaElementControls - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-media-timeline-markers/MediaTimelineMarkers.xap b/working-examples/silverlight-media-timeline-markers/MediaTimelineMarkers.xap deleted file mode 100644 index 599a74f497..0000000000 Binary files a/working-examples/silverlight-media-timeline-markers/MediaTimelineMarkers.xap and /dev/null differ diff --git a/working-examples/silverlight-media-timeline-markers/index.html b/working-examples/silverlight-media-timeline-markers/index.html deleted file mode 100644 index bf803f2fd0..0000000000 --- a/working-examples/silverlight-media-timeline-markers/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - MediaTimelineMarkers - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-pause-bouncy-ball/PauseBouncyBall.xap b/working-examples/silverlight-pause-bouncy-ball/PauseBouncyBall.xap deleted file mode 100644 index dfee2ea738..0000000000 Binary files a/working-examples/silverlight-pause-bouncy-ball/PauseBouncyBall.xap and /dev/null differ diff --git a/working-examples/silverlight-pause-bouncy-ball/index.html b/working-examples/silverlight-pause-bouncy-ball/index.html deleted file mode 100644 index a60826e289..0000000000 --- a/working-examples/silverlight-pause-bouncy-ball/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - PauseBouncyBall - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-programmatic-focus/ProgrammaticFocus.xap b/working-examples/silverlight-programmatic-focus/ProgrammaticFocus.xap deleted file mode 100644 index 52840f6900..0000000000 Binary files a/working-examples/silverlight-programmatic-focus/ProgrammaticFocus.xap and /dev/null differ diff --git a/working-examples/silverlight-programmatic-focus/index.html b/working-examples/silverlight-programmatic-focus/index.html deleted file mode 100644 index f722567bb1..0000000000 --- a/working-examples/silverlight-programmatic-focus/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ProgrammaticFocus - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-replace-audio-with-transcript/ReplaceAudioWithTranscriptText.xap b/working-examples/silverlight-replace-audio-with-transcript/ReplaceAudioWithTranscriptText.xap deleted file mode 100644 index 9ed040f0b1..0000000000 Binary files a/working-examples/silverlight-replace-audio-with-transcript/ReplaceAudioWithTranscriptText.xap and /dev/null differ diff --git a/working-examples/silverlight-replace-audio-with-transcript/index.html b/working-examples/silverlight-replace-audio-with-transcript/index.html deleted file mode 100644 index bb48bc31d2..0000000000 --- a/working-examples/silverlight-replace-audio-with-transcript/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - ReplaceAudioWithTranscriptText - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-silver-fish/index.html b/working-examples/silverlight-silver-fish/index.html deleted file mode 100644 index c85cb61d54..0000000000 --- a/working-examples/silverlight-silver-fish/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - SilverFish - - -
    -
    - - - -
    -
    -
    - - - - - - diff --git a/working-examples/silverlight-simple-numeric-up-down/SimpleNumericUpDown.xap b/working-examples/silverlight-simple-numeric-up-down/SimpleNumericUpDown.xap deleted file mode 100644 index dbfb977df2..0000000000 Binary files a/working-examples/silverlight-simple-numeric-up-down/SimpleNumericUpDown.xap and /dev/null differ diff --git a/working-examples/silverlight-simple-numeric-up-down/index.html b/working-examples/silverlight-simple-numeric-up-down/index.html deleted file mode 100644 index b802078e6f..0000000000 --- a/working-examples/silverlight-simple-numeric-up-down/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - KeysNumericUpDown - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-simple-peer-forwarding/SimplePeerForwarding.xap b/working-examples/silverlight-simple-peer-forwarding/SimplePeerForwarding.xap deleted file mode 100644 index 1ff76aec32..0000000000 Binary files a/working-examples/silverlight-simple-peer-forwarding/SimplePeerForwarding.xap and /dev/null differ diff --git a/working-examples/silverlight-simple-peer-forwarding/index.html b/working-examples/silverlight-simple-peer-forwarding/index.html deleted file mode 100644 index 3e16fa56aa..0000000000 --- a/working-examples/silverlight-simple-peer-forwarding/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - SimplePeerForwarding - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-stop-animation/StopAnimation.xap b/working-examples/silverlight-stop-animation/StopAnimation.xap deleted file mode 100644 index 4a187152aa..0000000000 Binary files a/working-examples/silverlight-stop-animation/StopAnimation.xap and /dev/null differ diff --git a/working-examples/silverlight-stop-animation/index.html b/working-examples/silverlight-stop-animation/index.html deleted file mode 100644 index ead18ca39d..0000000000 --- a/working-examples/silverlight-stop-animation/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - StopAnimation - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-style-switcher-font-size/StyleSwitcherFontSize.xap b/working-examples/silverlight-style-switcher-font-size/StyleSwitcherFontSize.xap deleted file mode 100644 index 4d88e9f662..0000000000 Binary files a/working-examples/silverlight-style-switcher-font-size/StyleSwitcherFontSize.xap and /dev/null differ diff --git a/working-examples/silverlight-style-switcher-font-size/index.html b/working-examples/silverlight-style-switcher-font-size/index.html deleted file mode 100644 index 3ef66b4927..0000000000 --- a/working-examples/silverlight-style-switcher-font-size/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - StyleSwitcherFontSize - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-tab-navigation/TabNavigation.xap b/working-examples/silverlight-tab-navigation/TabNavigation.xap deleted file mode 100644 index e6e96da72b..0000000000 Binary files a/working-examples/silverlight-tab-navigation/TabNavigation.xap and /dev/null differ diff --git a/working-examples/silverlight-tab-navigation/index.html b/working-examples/silverlight-tab-navigation/index.html deleted file mode 100644 index d1d8bec4f1..0000000000 --- a/working-examples/silverlight-tab-navigation/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - TabNavigation - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-tab-sequence-enabled/TabSequence_Enabled.xap b/working-examples/silverlight-tab-sequence-enabled/TabSequence_Enabled.xap deleted file mode 100644 index df65bb2639..0000000000 Binary files a/working-examples/silverlight-tab-sequence-enabled/TabSequence_Enabled.xap and /dev/null differ diff --git a/working-examples/silverlight-tab-sequence-enabled/index.html b/working-examples/silverlight-tab-sequence-enabled/index.html deleted file mode 100644 index 65bb846cfd..0000000000 --- a/working-examples/silverlight-tab-sequence-enabled/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - TabSequenceEnabled - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-tab-sequence-tab-index/TabSequence_Tabindex.xap b/working-examples/silverlight-tab-sequence-tab-index/TabSequence_Tabindex.xap deleted file mode 100644 index b0ae7d9ddf..0000000000 Binary files a/working-examples/silverlight-tab-sequence-tab-index/TabSequence_Tabindex.xap and /dev/null differ diff --git a/working-examples/silverlight-tab-sequence-tab-index/index.html b/working-examples/silverlight-tab-sequence-tab-index/index.html deleted file mode 100644 index 619eb974cd..0000000000 --- a/working-examples/silverlight-tab-sequence-tab-index/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - TabSequence_TabIndex - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-tab-sequence/TabSequence.xap b/working-examples/silverlight-tab-sequence/TabSequence.xap deleted file mode 100644 index 1038372bbe..0000000000 Binary files a/working-examples/silverlight-tab-sequence/TabSequence.xap and /dev/null differ diff --git a/working-examples/silverlight-tab-sequence/index.html b/working-examples/silverlight-tab-sequence/index.html deleted file mode 100644 index 558c6fb5e1..0000000000 --- a/working-examples/silverlight-tab-sequence/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - TabSequence - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight-visible-focus-template/VisibleFocusTemplate.xap b/working-examples/silverlight-visible-focus-template/VisibleFocusTemplate.xap deleted file mode 100644 index 8725d51ae4..0000000000 Binary files a/working-examples/silverlight-visible-focus-template/VisibleFocusTemplate.xap and /dev/null differ diff --git a/working-examples/silverlight-visible-focus-template/index.html b/working-examples/silverlight-visible-focus-template/index.html deleted file mode 100644 index fbbd229150..0000000000 --- a/working-examples/silverlight-visible-focus-template/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - VisibleFocusTemplate - - - - - -
    -
    - - - - - - - - Get Microsoft Silverlight - -
    -
    - - diff --git a/working-examples/silverlight/screenshot_uia_objecttree.png b/working-examples/silverlight/screenshot_uia_objecttree.png deleted file mode 100644 index db6414f937..0000000000 Binary files a/working-examples/silverlight/screenshot_uia_objecttree.png and /dev/null differ diff --git a/working-examples/silverlight/stackpanelbuttonsorder.png b/working-examples/silverlight/stackpanelbuttonsorder.png deleted file mode 100644 index 0d39ced304..0000000000 Binary files a/working-examples/silverlight/stackpanelbuttonsorder.png and /dev/null differ