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