WPF Basics

Post on 22-Dec-2014

2.502 views 2 download

Tags:

description

Basics of WPF

Transcript of WPF Basics

WPFBasics

IndexO RenderingO Property System

O Change NotificationO StorageO Expressions

O XAMLO Logical TreeO Visual Tree

O BindingO NavigationO Events

O Routed EventsO CommandsO Attached Events

Rendering

Message Transport System

Composition System

Visual System

Screen

GPU

RemotingObject

s CPU

Rendering (Contd…)O Vector Graphics

Property SystemO Change Notification

O StorageO Per InstanceO Static

O Expressions

ViewView Mode

l

Update

INotifyPropertyChanged

Dependency Properties

Button 1

Button 2

Button 3

Grid.Column = 0

Shared Default Value

Grid.Column = 1

Button 4

Instance Specific Value

XAML

Web XAML

Windows AppReuse

Logical Tree

Grid

TextBlock

Visual Tree

Grid

TextBlock

Border

Text

NavigationO Window

O Navigation Window

O Page

EventsO Routed Events

O Commands

O Attached Events

Routed EventsO Tunneling

O Bubbling

O Direct

Grid Border Button

Grid Border Button

Commands

ICommand

CommandClass

Inheritance

Page 1

Page 2

Page 3

Attached Event

Page

Custom Control Custom Control Class

Page ClassEvent

Questions