public BackgroundManagerModel()
 {
     _selectedItemProperty = new SProperty(typeof (ListItem), null);
       _selectedItemProperty.Attach(SetBackgroundImage);
       _backgroundImageProperty = new SProperty(typeof (string), string.Empty);
       SetBackgroundImage();
 }
Ejemplo n.º 2
0
 void Attach()
 {
     _itemsSourceProperty.Attach(OnItemsSourceChanged);
     AttachToItemsSource(ItemsSource);
 }
Ejemplo n.º 3
0
 void Attach()
 {
     _radiusXProperty.Attach(OnArrangeGetsInvalid);
     _radiusYProperty.Attach(OnArrangeGetsInvalid);
 }
Ejemplo n.º 4
0
 void Attach()
 {
     _YProperty.Attach(OnPropertyChanged);
     _XProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 5
0
 void Attach()
 {
     _keySplineProperty.Attach(OnSplineChanged);
 }
Ejemplo n.º 6
0
 protected void Attach()
 {
     _evaluatedSourceValue.Attach(OnSourceValueChanged);
     _modeProperty.Attach(OnBindingPropertyChanged);
     _allowEmptyBindingProperty.Attach(OnBindingPropertyChanged);
 }
Ejemplo n.º 7
0
 void Attach()
 {
     _keyProperty.Attach(OnBindingRelatedPropertyChanged);
     IsEnabledProperty.Attach(OnBindingRelatedPropertyChanged);
     ScreenProperty.Attach(OnBindingRelatedPropertyChanged);
 }
Ejemplo n.º 8
0
 void Attach()
 {
     _uriSourceProperty.Attach(OnSourceChanged);
 }
Ejemplo n.º 9
0
 void Attach()
 {
     _currentScreenModeProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 10
0
 void Attach()
 {
     _shaderEffectNameProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 11
0
 void Attach()
 {
     _contentProperty.Attach(OnCompleteLayoutGetsInvalid);
     _aspectRatioProperty.Attach(OnCompleteLayoutGetsInvalid);
 }
Ejemplo n.º 12
0
 void Attach()
 {
     _orientationProperty.Attach(OnCompleteLayoutGetsInvalid);
 }
Ejemplo n.º 13
0
 void Attach()
 {
     _roleProperty.Attach(OnPropertyChanged);
     _linkedRoleProperty.Attach(OnPropertyChanged);
     _linkedMediaItemIdProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 14
0
 void Attach()
 {
     _storyBoardProperty.Attach(OnStoryboardChanged);
 }
Ejemplo n.º 15
0
 void Attach()
 {
     _geometryProperty.Attach(OnGeometryChange);
 }
Ejemplo n.º 16
0
 void Attach()
 {
     _childrenProperty.Attach(OnChildrenChanged);
     Children.ObjectChanged += OnChildrenChanged;
 }
Ejemplo n.º 17
0
 void Attach()
 {
     _opacityProperty.Attach(OnPropertyChanged);
     _relativeTransformProperty.Attach(OnRelativeTransformChanged);
     _transformProperty.Attach(OnTransformChanged);
 }
 void Attach()
 {
     _scrollOffsetMultiplierProperty.Attach(OnMultiplierChanged);
 }
Ejemplo n.º 19
0
 void Attach()
 {
     _visualProperty.Attach(OnVisualChanged);
 }
Ejemplo n.º 20
0
 public ExpansionHelper(TreeItem directoryItem, SharesProxy parent)
 {
     _parent        = parent;
     _directoryItem = directoryItem;
     _isExpandedProperty.Attach(OnExpandedChanged);
 }
 private void Attach()
 {
     _aspectIndexProperty.Attach(AspectIndexChanged);
 }
Ejemplo n.º 22
0
 protected void TrackItemVisibleEnabledProperty(AbstractProperty property)
 {
     property.Attach(OnVisibleEnabledChanged);
     _trackedVisibleEnabledProperties.Add(property);
 }
Ejemplo n.º 23
0
 void Attach()
 {
     _headerProperty.Attach(OnHeaderChanged);
     _headerColorProperty.Attach(OnHeaderChanged);
 }
Ejemplo n.º 24
0
 void Attach()
 {
     _colorProperty.Attach(OnPropertyChanged);
     _offsetProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 25
0
 void Attach()
 {
     _centerYProperty.Attach(OnPropertyChanged);
     _centerXProperty.Attach(OnPropertyChanged);
     _angleProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 26
0
 void Attach()
 {
     _valueProperty.Attach(OnValueChanged);
 }
Ejemplo n.º 27
0
 protected void Attach()
 {
     _sourceProperty.Attach(OnImageSourceChanged);
     _fallbackSourceProperty.Attach(OnFallbackSourceChanged);
     AttachUriProperties();
 }
Ejemplo n.º 28
0
 void Attach()
 {
     _filterProperty.Attach(OnFilterChanged);
 }
Ejemplo n.º 29
0
 protected void Attach()
 {
     _autoCenteringProperty.Attach(OnArrangeGetsInvalid);
     _horizontalFitToSpaceProperty.Attach(OnScrollDisabledChanged);
     _verticalFitToSpaceProperty.Attach(OnScrollDisabledChanged);
 }
Ejemplo n.º 30
0
 void Attach()
 {
     _startPointProperty.Attach(OnPropertyChanged);
     _endPointProperty.Attach(OnPropertyChanged);
 }
Ejemplo n.º 31
0
 void Attach()
 {
     _orientationProperty.Attach(OnMeasureGetsInvalid);
 }